Revise Formula - RYG

Nana250
✭✭✭✭
I am using this formula: =IF(OR(CONTAINS("Insert Word", [Column 2]@row), [Column 1]@row = 1), "Green", "Red")
However, I need to revise it so that when column 3 (which is an additional column not mentioned in the original formula) contains a specific word, it changes my ball to yellow.
Tags:
Best Answer
-
Give this a shot -
=IF(OR(CONTAINS("Insert Word", [Column 2]@row), [Column 1]@row = 1), "Green", IF(CONTAINS("Specific Word", [Column 3]@row), "Yellow", "Red"))
Answers
-
Give this a shot -
=IF(OR(CONTAINS("Insert Word", [Column 2]@row), [Column 1]@row = 1), "Green", IF(CONTAINS("Specific Word", [Column 3]@row), "Yellow", "Red"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!