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)
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!
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)
-
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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!