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
- 67.1K Get Help
- 449 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!