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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!