Only pull newest value of primary column into report
I use a grid smartsheet with form input to track audits for locations within my hospital. I need to keep all the inputs in the tracker, but only have the most recent audit appear in my report. Help!
Best Answer
-
You should be able to do this with 2 helper columns.
- Create an auto-numbered columns, let's call it "Row ID"
- Create a checkbox column "Most Recent" with the formula: =IF([Row ID]@row = MAX([Row ID]:[Row ID]), 1, 0)
That will only check the row with the largest "Row ID", which would be your latest entry. Then just filter your report to "Most Recent" is "Checked".
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
Answers
-
You should be able to do this with 2 helper columns.
- Create an auto-numbered columns, let's call it "Row ID"
- Create a checkbox column "Most Recent" with the formula: =IF([Row ID]@row = MAX([Row ID]:[Row ID]), 1, 0)
That will only check the row with the largest "Row ID", which would be your latest entry. Then just filter your report to "Most Recent" is "Checked".
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 302 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!