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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!