Status circle and IF function based on dates
Not sure if this can even be done, didn't find a clear answer in a search.
I want a status column that automatically chooses the colored circle based on the dates of "Potential Start" column already set up.
I want it to show the Green light if the P.S. date is more than a week out
Yellow if it is less than a week but still in the future,
Red if it is today or in the past
I tried this: =IF(Potential Start@row < TODAY(), "Red", IF(Potential Start@row < TODAY(+7), "Yellow",["Green"]) and it doesn't do anything, have tried a few other combinations as well with no luck - maybe can't be used with the symbols, or the formula is messy (I'm not great with IF functions)
Might be a simple answer, would appreciate some assistance!
Best Answer
-
Lets try cleaning things up a little bit first...
=IF([Potential Start]@row < TODAY(), "Red", IF([Potential Start]@row < TODAY(+7), "Yellow", "Green")
Answers
-
Lets try cleaning things up a little bit first...
=IF([Potential Start]@row < TODAY(), "Red", IF([Potential Start]@row < TODAY(+7), "Yellow", "Green")
-
Thank you, that was what it needed, it was just my formula (ugh!)! Appreciate the assistance!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 467 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!