Formula Help with Dropdown Text
I need a formula to turn a symbol column red only if "New York" or "Georgia" are selected in a dropdown of another column. Can anyone help?
Best Answer
-
=IF(OR([Name of Dropdown Column]@row = "Georgia", [Name of Dropdown Column]@row = "New York"), "Red")
That should do the trick. Let me know if you encounter any issues.
Supplement the name of your dropdown column. Leave the brackets if your dropdown column has a space or ends in a number.
Answers
-
=IF(OR([Name of Dropdown Column]@row = "Georgia", [Name of Dropdown Column]@row = "New York"), "Red")
That should do the trick. Let me know if you encounter any issues.
Supplement the name of your dropdown column. Leave the brackets if your dropdown column has a space or ends in a number.
-
This worked! Thank you Mike!
-
Awesome! Glad I could help you out.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives