.
Ok, if you want to plan on multiple days, then the SUMIFS approach is not appropriate.
.
The next question is, is your project data static? For example is it historical data (from last year for example) and will not be edited?
.
.
My SUMIFS function requires Calc to Name the columns. You are getting the error because you have not instructed Calc to Name to columns. But it is trivial to do that.
- You already have 2 labels in row one, A1 is Day and F1 is Average. Type in labels for the percent columns similarly. For example
Amount1, Amount2, …
- Select row 1 plus all the data. That is, select the rectangle from
A1 to F33.
- then click:
Sheet > Named Ranges and Expressions > Create
- in the
Create Names From popup, checkmark Top row
- click
OK
- click
Sheet > Named Ranges and Expressions > Manage
In the Manage Names popup, you will see a list of Names that Calc created for you. You can use in formulas in place of things like A2:A33. Most of the time the Names that Calc created for you will be identical to what you typed into row 1, but sometimes Calc will prefix the Name with an underscore. If so, then you must use the Name shown in the Manage Names including the underscore. If you don’t like the underscore, try typing in a different column label in row 1.