The typical Excel file is a mess. Modernize the files you inherit by automatically applying best practices. Inspired by you suck at excel.
ModernExcel aims to bring the modern programming standard of linting to excel.
- Install the plugin
- Click View > Show Task Pane (Modern Excel) > Analyze
- Apply the recommendations
- Enjoy converting your formulas from the unintelligble
= B1 * B2
to the understandable= TAX_RATE * SALARY
- Use names not references
Transform your formulas from:
= B1 * B2
To:
= TAX_RATE * SALARY
- Use common styling for inputs and calculations
- Use names for your columns
- Use tables
- Use match/index instead of vlookup
- Use names for magic numbers
- Download setup.zip
- Right click setup.zip > properties > unblock
- Unzip and run setup.exe