formula for status column using symbols based on end and target dates
Hello,
I would like the status column (set to red and green, ball symbols) to automatically update based on task due today vs target date. Here is what I would like:
If end date is not past target date then status is green
If end date is past target date then status is red
Could someone help with the formula?
Thank you in advance!
Best Answer
-
Do you want it based on the current date, or is there a "task due today" column?
If there is a task due today column:
=IF([target date]@row > [task due today]@row, "Green", "Red")
If it is based on the current day:
=IF(TODAY() < [target date]@row, "Green", "Red")
Answers
-
Do you want it based on the current date, or is there a "task due today" column?
If there is a task due today column:
=IF([target date]@row > [task due today]@row, "Green", "Red")
If it is based on the current day:
=IF(TODAY() < [target date]@row, "Green", "Red")
-
This worked! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!