Column with a running total by location
I have a column for Address, City, and State. When entering data I am able to get a column that will count the total for each, but I want to add a column that shows the running total for each.
For example in row 1 I enter data for location x the running total would show 1. Then in rows 2 and 3 I enter data for location y the running total should who 1 in row 2 and 2 in row 3.
Best Answers
-
Hi Paul,
This is the formula I have to give me the total per location =SUMIFS(Helper:Helper, [Address / Location]:[Address / Location], [Address / Location]1)
I am okay with it always showing the total regardless of when you enter in the data, was just trying to get the running total.
Thanks,
-
Ok. To get a running total we would just adjust the ranges to look from row 1 to the current row instead of the entire column.
=SUMIFS(Helper$1:Helper@row, [Address / Location]$1:[Address / Location]@row, [Address / Location]@row)
Answers
-
Can you provide your existing formula that gives you the total count. It should only require some minor tweaks, but I'd like to see it first to make sure.
-
Hi Paul,
This is the formula I have to give me the total per location =SUMIFS(Helper:Helper, [Address / Location]:[Address / Location], [Address / Location]1)
I am okay with it always showing the total regardless of when you enter in the data, was just trying to get the running total.
Thanks,
-
Ok. To get a running total we would just adjust the ranges to look from row 1 to the current row instead of the entire column.
=SUMIFS(Helper$1:Helper@row, [Address / Location]$1:[Address / Location]@row, [Address / Location]@row)
-
Thanks Paul, really appreciate the help!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!