Can I start a sumif at a particular row, then have it extend to every row following?
Here's an example of what I want but wont work, start at row 41 then capture every row following it. I've tried a helper column, didn't work. I need this because my automations seem to be arbitrarily skipping rows messing up my formulae, before you ask these rows were empty.
=SUM([Column1]41:[Column1])
Any Assistance is appreciated
Best Answer
-
No worries! For the RowID, use the system column:
For the Row# formula:
Then in my example, I use 10, instead of row 40.
Then you could take it to the next step with a column formula summing all values below the current row!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
Answers
-
I love the Row# helper column for problems like this. To create it, build a System Column for the RowID, then build a Row# formula as follows
=MATCH(RowID@row, RowID:RowID, 0)
This will make sure your row # stays the actual row number as rows are inserted/deleted/moved. Then build out your formula with the Row# reference:
=SUMIFS([Column1]:[Column1], [Row#]:[Row#], >=41)
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
I just can't wrap my head around it, If you could show examples using images I'd appreciate it, if not I understand
-
No worries! For the RowID, use the system column:
For the Row# formula:
Then in my example, I use 10, instead of row 40.
Then you could take it to the next step with a column formula summing all values below the current row!
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 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!