Sum Cell Range (Min-Max) to Grand Range Total (Min-Max)
Smartsheet Community:
Does Anyone have a Solution for Totaling a Range in Each Cell to a Grand Total Range? See Example Below:
Range:
Row 1: $100k - $500k
Row 2 $100k - $500k
Row 3: $100k - $500k
Row 4: Total: $300,000 - $1,500,000
Thanks
Best Answer
-
The way I would do it is create a column for the bottom of the range and one for the top of the range. Then you could do =sum([Bottom Range]1:[Bottom Range:3]) and the same exact with the Top Range columns.
If you want it in that particular format you could have your third column (Range) concatenate the other two columns, though it's a little messy I guess:
="$" + [Bottom Range]@row + " - " + "$" + [Top Range]@row
Answers
-
The way I would do it is create a column for the bottom of the range and one for the top of the range. Then you could do =sum([Bottom Range]1:[Bottom Range:3]) and the same exact with the Top Range columns.
If you want it in that particular format you could have your third column (Range) concatenate the other two columns, though it's a little messy I guess:
="$" + [Bottom Range]@row + " - " + "$" + [Top Range]@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!