COUNT formula not working on form submissions due to row numbers changing
Answers
-
@Paul Newcome Thank you for the clarification. I understand how the formula works, I think it just has a dependency that the row numbering be in descending order in the Auto column correct?
-
@Shane Beam Can you provide a screenshot of the column properties for the auto-number column?
@JamesB Yes, but that is fine in this instance because new rows are being added to the top of the sheet via form. If you wanted to pull the top 30 rows from the sheet regardless of where new rows were inserted, you would still use the auto-number column, but then you would insert another text/number column (called "Row" in this example) with the following column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Then your SUMIFS would change to this:
=SUMIFS([Near Miss Numeric]:[Near Miss Numeric], Row:Row, @cell <= 30)
-
@Paul Newcome Thanks again.
-
@Paul Newcome Not sure what exactly you are looking for, is this it?
-
@Shane Beam I mentioned before about inserting an auto-number type column and leveraging that in the SUMIFS. Can you provide a screenshot of the auto-number column properties?
-
@Paul Newcome sorry, i missed the auto number column part. i am not familiar with using this type of column at all, it will not let me input the formula in to that column and when i enter in any other column it does the same this as before. here are the column properties:
-
Ok. make sure the formula you are using has an exact match on the column name being used in the sheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!