COLLECT function with criteria 'is not specific text'
I am building a COLLECT function to identify the first item in a list that is not coloured green. Colours are represented as text in a column.
My function looks like this but is showing as unparseable. How can I fix it?
=INDEX(COLLECT(Colour:Colour, "!=""Green""", 0,), 1)
I know it's possible using a helper column but this application requires a minimal number of columns so I am avoiding using helper columns unless 100% necessary.
Best Answer
-
Hi @Fixfire - something like this?
Formula A =INDEX(COLLECT(Colour:Colour, Colour:Colour, <>"Green"), 1)
Formula B =INDEX(COLLECT(Reference:Reference, Colour:Colour, <>"Green"), 1)
Hope that helps!
Rich Coles
Prodactive | Smartsheet-aligned Platinum partners
Check out our Smartsheet-dedicated YouTube channel for tips, tricks and inspiration
Answers
-
Hi @Fixfire - something like this?
Formula A =INDEX(COLLECT(Colour:Colour, Colour:Colour, <>"Green"), 1)
Formula B =INDEX(COLLECT(Reference:Reference, Colour:Colour, <>"Green"), 1)
Hope that helps!
Rich Coles
Prodactive | Smartsheet-aligned Platinum partners
Check out our Smartsheet-dedicated YouTube channel for tips, tricks and inspiration
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!