Hi SmartSheet Experts,
I'm trying to automate RYGB status ball colors to link to the following options from a "Status" column drop-down list, as follows:
Green = In Progress
Yellow = Potential Delay
Red = Behind Schedule
Blue = Complete
Here's the formula I've come up with, but it's giving me an "#Unparseable" error.
=IF(Status3, ="In Progress", "Green"), IF(Status3, ="Potential Delay", "Yellow"), IF(Status3, ="Behind Schedule", "Red"), IF(Status3, ="Complete", "Blue")
Can you tell me what I'm doing wrong?
Kind Regards,
Susan