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.
Help With Formulas
I am attempting to automate the RYG column shown in the screen shot below. I need the formula to look at the finish date and status columns if the status is not "Done".
I need some feedback on the formula that I am using below.
=IF([Finish]1 < TODAY(), "Red", IF([Finish]1 = TODAY(), "Yellow", IF([Finish]1 > TODAY(), "Green", IF(AND[Status]1 = “Done”, “Green))))
Tags:
Comments
-
Hi Jennifer,
Your images didn't make it through. I'm not sure what feedback you're looking for, but I can see a few issues with the formula you copied into your discussion:
- It combines straight quotes and curly quotes. Please make sure to only use straight quotes.
- You have an IF(AND()) statement at the end with no second condition. I think you're wanting to combine the last two statements, the last part of your formula should look more like this: ...IF(AND(Finish1 > TODAY(), Status1 = "Done"), "Green")))
- You're missing quotes on the text string of "Green" at the end of your formula.
-
Thank you. I got the formula to work with your help.
-
Yay! Glad it's working for you.
This discussion has been closed.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 405 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives