Formula
Trying to make a conditional helper column based on 3 color options. There is an issue with the IF red = 3 part of the formula
=IF(Status@row = "Green", "5", (IF(Status@row = "Yellow", "4")), "3")
Answers
-
Hope you are fine, please try the following formula.
=IF(Status@row = "Green", 5, IF(Status@row = "yellow", 4, 3))
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 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!