Formula range extends to include new rows/entries. Sheet Summary
I'm using Sheet Summary to sum amounts on a sheet where new entries are occasionally added via forms. I want the new entries to be included in the range of cells summed, but that's not happening. Any tips?
Best Answer
-
Hi Amy
You'll want to grab the whole column as oppose to the range.
You do this by using the : for instance Sumif(Date:Date,>=Date(2020,1,1),Amount:Amount)
That will grab the whole group
Note, if there is a space in the Column Name that it needs to be referenced in box brackets.
For Example Sumif([date example]:[date example],>=Date(2020,1,1),Amount:Amount)
Answers
-
Hi Amy
You'll want to grab the whole column as oppose to the range.
You do this by using the : for instance Sumif(Date:Date,>=Date(2020,1,1),Amount:Amount)
That will grab the whole group
Note, if there is a space in the Column Name that it needs to be referenced in box brackets.
For Example Sumif([date example]:[date example],>=Date(2020,1,1),Amount:Amount)
-
Awesome, thanks for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!