Max Collect formula
HI All ,
I have a sheet that I am using a MAX(COLLECT formula,
I need to add to the formula
=MAX(COLLECT({date}, {team}, Name@row)) I need to add another column before the name row that will give the name of the person reporting the audit
So I am collection the last date of a field audit for Team member done by Auditor
Best Answer
-
You can add more "filters" to a COLLECT Function by first listing the column with the content you're filtering by and then the criteria.
For example:
=MAX(COLLECT({date}, {team}, Name@row, {Auditor}, [Auditor Name]@row))
Let me know if this is what you were looking to do!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
You can add more "filters" to a COLLECT Function by first listing the column with the content you're filtering by and then the criteria.
For example:
=MAX(COLLECT({date}, {team}, Name@row, {Auditor}, [Auditor Name]@row))
Let me know if this is what you were looking to do!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Hi Genevieve
I have tried it out - cant seem to get it to work
-
Invalid Ref means that one of your cross sheet references is incorrect.
It looks like you may have inserted the criteria into the {Reference Name}. See how the ending of your formula has 3 brackets, and one of them is curly? }
Make sure that your {reference} ends before the comma, then the [Travis Audit]@row cell name.
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Brilliant - thank you so much got it working :-)
-
Wonderful! I'm glad I could help.
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!