Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Automate RYG balls
Hi,
I am just getting started with formulas. I'd like to automate the colors of my RYG symbols based on the dropdown options in another column (see screenshot).
If Status column is Event Scheduled - Green
If Status column is Event Declined - Red
If Status column is anything else - Yellow.
Can you tell me how I would write this as a formula? I'm assuming it would be a nested IF statement but I haven't been successful in creating it.
Thanks!
Chris
Comments
-
=IF(status1="Event Scheduled", "Green", IF(status1="Event Declined", "Red", "Yellow"))
Try this one out. It will check the results of Status1 and give you different results based on your answers.
-
Thanks Mike! That did it!!!
I was confused about where to put the () but now that I've seen your formula, I think I'll be able to apply it other places as well.
Chris
-
Glad I could help. With nested IF statements all of the closing parenthesis go at the end. A great tip for Smartsheets, to ensure you don't put too many or too few parentheses (A frequent cause of errors) is to leave off all the closing parenthesis of nested IF statements at the end of the formula. Smartsheets will add them for you. Otherwise, it's great to use a tool like notepad++ that will highlight the parenthesis when you select them so you can ensure you are closing all the paragraph tags appropriately.
-
That's super helpful! Thanks Mike! It's great having a community to learn from.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives