Pull the Most Recent Submission
Hello!
I have not written formulas in quite some time, and need some help.
I want to check the "Most Recent" box, if it is the most recent submission for that workstream.
Best Answer
-
Hi @SarahMcIntosh62,
You can do this with a IF, MAX, COLLECT combination:
=IF(MAX(COLLECT(Created:Created, Workstream:Workstream, Workstream@row)) = Created@row, 1, 0)
This would tick the box for the most recently created row in a given Workstream.
Hope this helps, but if I've misunderstood something or you've any problems/questions then just post!
Answers
-
Hi @SarahMcIntosh62,
You can do this with a IF, MAX, COLLECT combination:
=IF(MAX(COLLECT(Created:Created, Workstream:Workstream, Workstream@row)) = Created@row, 1, 0)
This would tick the box for the most recently created row in a given Workstream.
Hope this helps, but if I've misunderstood something or you've any problems/questions then just post!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!