HAS() inside COLLECT()
Can you use HAS() inside a collect function (I think I need index(collect or max(collect in my scenario but unsure)?
I have a multiselect column. I'd like to collect all rows where a specific value appears within the multiselect column, then return the most recent row id (an auto generated number column in my sheet).
Answers
-
Because I'm in a hungry mood, this might do what you need:
=MAX(COLLECT([Row ID]:[Row ID], Fruit:Fruit, HAS(@cell, "Kiwi")))
Where fruit would be your multi-select column, then just replace Kiwi with whatever value you are looking to match.
Jason Tarpinian - Sevan Technology
Smartsheet Aligned Partner
-
Nesting this HAS function with "@cell" gave me the solution I have been looking for in a totally different scenario. So thankful for this response!!!💯
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!