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
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!