GiventoFly
New Member
- Joined
- Nov 4, 2014
- Messages
- 3
I have a Spreadsheet/Dashboard that I created to look at sales trends YoY. I have created so many cells with formulas that now the spreadsheet takes forever to process between any changes.
I essentially have 3 or 4 drop down boxes where I can select Region, Metric, Segments.
What I'd like to know is if the following formulas could be written in a way that could cut down on the process time between each change. Any help would be greatly appreciated.
i.e. could I use Subtotals in any way?
=(B11-SUMIFS(INDIRECT($B$2),Division_Name__Code_and_Number,$B$4,Pyramid_Segment_Desc.,$B$3,PIM_Super_Class_Description__Current,$A10,Calendar_Year_Week,">="&$F$3,Calendar_Year_Week,"<="&$G$3)/52)/(SUMIFS(INDIRECT($B$2),Division_Name__Code_and_Number,$B$4,Pyramid_Segment_Desc.,$B$3,PIM_Super_Class_Description__Current,$A10,Calendar_Year_Week,">="&$F$3,Calendar_Year_Week,"<="&$G$3)/52)
=SUMIFS(QtyShipped,Division_Name__Code_and_Number,$B$2,Pyramid_Segment_Desc.,$B$3,PIM_Super_Class_Description__Current,$B$4,Calendar_Year_Week,">="&$D$3,Calendar_Year_Week,"<="&$E$3)/52