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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!