Forum Discussion
Amber1023
May 11, 2023Brass Contributor
help auto sum and total sum on expanding sheet & create historical table + master and working copy
how do i calculate a sum of numbers thats i have a sheet that is a log of daily cleaning / work / how far we got / notes i need to calculate the sum of each location (some locations have more t...
JKPieterse
May 11, 2023Silver Contributor
I suggest you try to make this easy on yourself. Some suggestions:
- Try to get all your data into one single flattened table
- Make sure this table has separate columns for date, location and any other type of information you would want to get sub-total amounts grouped for
- Do not enter any formulas within that table, this is data, not your report.
With your data well structured, creating your report is as simple as inserting a pivot table using your new table of data as its source. No formulas needed whatsoever.
- Try to get all your data into one single flattened table
- Make sure this table has separate columns for date, location and any other type of information you would want to get sub-total amounts grouped for
- Do not enter any formulas within that table, this is data, not your report.
With your data well structured, creating your report is as simple as inserting a pivot table using your new table of data as its source. No formulas needed whatsoever.
Amber1023
May 11, 2023Brass Contributor
will it be a running table for the guys to insert the new info into or how do we keep it calculating daily?