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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!