Formula to set RYG Status from a Cell with a drop down list?
I have a PO Status Column that I want to display a Red, Green, Or Yellow ball dependent on a selected drop down list in separate column titles Procurement Status. The formula Im using is below but it keeps returning "Unparseable".
=IF([Procurement Status]@row="Awarded", Green) IF([Procurement Status]@row="In Quote", Yellow) IF([Procurement Status]@row="Material Request Needed", Red)
Answers
-
Hi Myles - you need commas in between each 'if' statement :).
-
=IF([Procurement Status]@row="Awarded", Green), IF([Procurement Status]@row="In Quote", Yellow), IF([Procurement Status]@row="Material Request Needed", Red)
This is still returning UNPARSEABLE
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!