I have a workbook with lots of options, consequently some cells are not required for final calculations
What takes less processing power:
1. Leaving a zillion helper columns returning errors and only putting and IF statement in the final column(s) needed for total calculations.
2. Putting IF statements on every cell so they return blank or 0 instead of an error. (Granted this one looks better but does it slow down calculations?)
Bookmarks