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
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!