Actual date against Original Date Conditional Formatting
Nancy Pet
✭✭
Q: What is conditional formatting to have Actual: WB Completed date match up against Workbook completed date? Then shade it red if late, no font change if before or on that date
See picture for visuals and thank you in advance for your time.
Tags:
Answers
-
@Nancy Pet you are probably going to need a helper column.
Helper column would have a column formula something like
=IF([Actual: WB Completed]@row >= [Workbook completed]@row, 1 ,0)
Then, conditional formatting will be if helpercolumn = 1, shade red. helper column would be the column you select in the conditional formatting box, criteria will be equal to 1, and then you would apply the format to the column you want to show to format.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!