Why is my Health status formula giving a #UNPARSEABLE return?

Hello,
I'm writing a health formula (pasted below) that should make the Health status Green if Encode Complete, Yellow for a blank field, and Red if Element Rejected. I'm getting a #UNPARSEABLE error, but not sure where the error is. When I break down the formula per color, they return correctly, but the formula doesn't work when it's put together. Can anyone identify where my error is? Thanks in advance!
=IF([Vendor Status]@row = "Encode Complete", "Green"), IF(OR([Vendor Status]@row= "", "Yellow"), IF(OR([Vendor Status]@row = "Element Rejected", "Red")))
Answers
-
I hope you're well and safe!
Try something like this.
=IF([Vendor Status]@row = "Encode Complete", "Green", IF([Vendor Status]@row = "", "Yellow", IF([Vendor Status]@row = "Element Rejected", "Red")))
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
β Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!