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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!