Comparisons of dates(Committed date,New Committed date & Actual Completion Date)

Hello I have 3 dates column in smart sheet i.e Committed date,New Committed date & Actual Completion Date
I need to compare these dates like if Commited date is> New committed date then i should get some color & the same way if committed date>actual completion date then i should get color & the same if New committed date is date then i should get one color.
Please help me with the formula?
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please help
the Smartsheet 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!
Answers
-
In a new column that can be hidden use a formula similar to the following:
=if([Commited Date]@row > [New Committed Date]@row,color1,if([Committed Date]@row>[Actual Completion Date],color2,""))
From there you can use conditional formatting to make the actual color changes you desire by using the resulted value in the cell with the formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!