I have a set of sales forecast data. Column A would be the weeks (1-52), column B would be the forecast dollars for Orange sales, column C for Peach sales, Column D for Apple sales and column E for Pears. After 13 weeks, the spreadsheet sums the weeks by quarter total dollars so that row might need to be eliminated (ie cell B15 would be a sum of wk 1-13, B16 would be wk 14 sales, after the 2nd qtr another row sums up the 2nd qtr sales,etc). I have a Counter cell which I update which week we are in. So if I'm in week 18, I have a cell that needs the results of Orange, Peach, Apple and Pear forecast sales on a quarterly basis (wks 14-18 in that example) and another cell is looking for the results for the year to date (wks 1-18). I made up that example, but there will be situations in which I might need the result to be just the sum of Peaches (column C) and sometimes I might need to add 2 or more columns for the result (sum of peaches and pears on qtrly and ytd basis for example).
I have the same data below times multiple locations. I think I might need VB code.
I appreciate any help you can give me and I hope this makes sense!
I have the same data below times multiple locations. I think I might need VB code.
I appreciate any help you can give me and I hope this makes sense!