Index Collect Max | Get the most recent item based on Created Date
heyjay
✭✭✭✭✭
Im using the formula below, but getting an error #INCORRECT ARGUMENT SET
=INDEX(COLLECT([Current Note]1:[Current Note]7, Auditor1:Auditor7, Auditor@row, [Created Date]1:[Created Date]7, MAX([Created Date]1:[Created Date]7)))
...
Tags:
Answers
-
Add a helper checkbox column with this
=IF([Created Date]@row = MAX(COLLECT([Created Date]:[Created Date], Auditor:Auditor, Auditor@row)), 1, 0)
Then use this to get the lastest note
=INDEX(COLLECT([Current Note]:[Current Note], Newest:Newest, 1, Auditor:Auditor, Auditor@row), 1)
-
@Paul H - Thanks for this recommendation. It helped me today!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!