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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!