month
sales $
plan $ (which is a calculation of sales $ from a previous year times a percentage).
Sales $ and plan $ columns have sums.
Now, I need to add another column “actual sales as percent of plan” so I want to take the sales for each month and divide by the total plan for the report time period. I think it must involve using context operators, but I can’t seem to find the right combination. Any help from all you brilliant people out there?
I have attached an example. That first value of the “Actual % planned orders” column should be 40% (2352/5825) and not the 98% that is showing (2352/2410).
Thanks for posting the Michael Welter article. I will read that and see if it helps. Example(1).xls (19.0 KB)
Yes, that did it. I’m still going to read the article about contexts because I should have been able to figure that one out myself, it makes sense and seems obvious now but for some reason I didn’t get there.