Sheet Summary formula to included newly added rows
Hi,
I created my sheet with some formulas at the top before I created Sheet Summary.
Each day when new rows are added I am having to change the last number eg. 3861 to 3962. Is there a way to change the formula so the new rows are always included in the formula ?
Current Formula:
=SUMIF(Status19:Status3861, "Sent to Summit - Plumber", [Total Cost]19:[Total Cost]3861)
Thanks in advance
Answers
-
Hi @laurareid -
example - [Total Cost]:[Total Cost]
Removing the number range and leaving column name as above keeps it automatically updating.
Try this I hope it serves as a good point of reference:
Best Regards,
Yvonne Smythe
-
HI Yvonne,
My data starts at row 19 as I have reporting formulas in the first 19 rows. I plan to move my formulas to sheet summary but wondered if a formula could be used until I do this.
Thanks
-
Have you tried just opening up the '3861' and setting it to a higher number inside the sheet limitation range? ie '8000' @laurareid
Best Regards,
Yvonne Smythe
-
Yes , unfortunately I receive #UNPARSEABLE
-
@laurareid - Try this:
=SUMIF(Status@row, "Sent to Summit - Plumber", [Total Cost]@row)
Then in the cell at row 19 turn the formula into a column formula. You should notice above row 19 there is no formula.
Best Regards,
Yvonne Smythe
-
Thank you, I will try that
-
Hi @laurareid -
Perhaps there's an existing column you could reference to identify your formula rows & exclude them from the sum. Is there a Status selected for your formula rows? As long as it's not "Sent to Summit - Plumber," you could use the status as your condition, and reference the full columns as Yvonne suggested - e.g.,
=SUMIF(Status:Status, "Sent to Summit - Plumber", [Total Cost]:[Total Cost]
(If referencing the STatus column doesn't work as your condition, you could add a helper column to mark your formula rows.)
Does that help?
-
-
There is no way to properly do this without either inserting helper columns to move the formulas out of the data columns or going ahead and moving things into sheet summary fields.
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!