IF Formula issues
I am essentially trying to combine 2 stoplight conditions into 1. I'm trying to have the formula express that if both the Min and Mix column are gray, then populate a gray dot. If either column is red, then red dot. And finally if both columns are green, then green. Is this possible?
Answers
-
Formula:
=IF(AND([Slip Torque Min Status]@row = "Gray", [Slip Torque Max Status]@row = "Gray", "Gray", IF([Slip Torque Min Status]@row = "Red", "Red", IF([Slip Torque Max Status]@row = "Red", "Red", IF([Slip Torque Min Status]@row = "Green", "Green", IF([Slip Torque Max Status]@row = "Green", "Green"))))))
-
Are you getting an error or is it not outputting the correct color? The formula in your screenshot looks like it should be working. The formula you pasted in your comment is missing a closing parenthesis to close out the AND statement.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives