RGB Formula for Multi-Dropdown
Hi - I'm looking for some help with a formula. I am using multiple RGB fields and would like the RGB to appear as Green unless its Area is selected from the multi-dropdown field where it would then be red.
RGB Area 1 - Green (or Red if selected in Dropdown)
RGB Area 2 - Green (or Red if selected in Dropdown)
RGB Area 3 - Green (or Red if selected in Dropdown)
Multi-Dropdown - Area 1, Area 2, Area 3
Best Answer
-
When you're looking in a multi-select cell, you can use the HAS Function to see if that cell has your value selected, among others.
Try something like this:
=IF(HAS([Multi-Dropdown]@row, "Area 1"), "Red", "Green")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
When you're looking in a multi-select cell, you can use the HAS Function to see if that cell has your value selected, among others.
Try something like this:
=IF(HAS([Multi-Dropdown]@row, "Area 1"), "Red", "Green")
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Awesome, this solved it. Thank you!
-
No problem! I'm glad I could help 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!