Conditional Formatting - If date entered is prior to another date
I'm looking for a way to set conditional formatting to a date field on our Smartsheet. Currently we capture "Date Submit Legal" and "Date Legal Approved". I would like to find a way to change the font to red if the approved date is prior to the submit date. Since this is a manual field we are finding on occasion the date is entered incorrectly and then our metric numbers are off because we can't calculate the time a contract is with legal. Please help me with a formula that would achieve this goal. Thank you in advance for any assistance!
Best Answer
-
@SDEMICCO4 You will need a Helper column that you can reference in the conditional formatting block. In the helper column use the following formula.
If([Approved Date]@row<[Submit Date]@row,1,0)
Then in conditional formatting, when the helper cell is 1, you can have it apply formatting to other cells in that row.
Answers
-
@SDEMICCO4 You will need a Helper column that you can reference in the conditional formatting block. In the helper column use the following formula.
If([Approved Date]@row<[Submit Date]@row,1,0)
Then in conditional formatting, when the helper cell is 1, you can have it apply formatting to other cells in that row.
-
@JamesB THANK YOU so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!