Formula for calculating Current Date/Status and Expected end date
I am trying to get my Status Column to be the following colours below based on the criteria.
Grey = Status is “Not Started”
Yellow = Status = “In Progress” and current date is less than expected finish date
Red = Status = “In Progress” and current date is greater than expected finish date
Green = Status = “Completed
Any ideas of what this formula would look like, I have been trying to get this to work but it is not picking up the expected finish date.
For the current date I am using the "today" formula so it is consistantly updated.
Any assistance would be appreciated.
Thank you
Answers
-
Try something like this
=IF(status="Not Started", "Grey", IF(AND(status="In Progress", Current Date<Expected Date),"Yellow", IF(AND(status="In Progress", Current Date>Expected Date),"Red", IF(status="Completed", "Green")))
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
Thanks Khasim that formula worked but only for the 'Not Started' I am thinking I might need to add the OR or And function for it to work for the other conditions.
This is a great start for me to get it working.
thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!