Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Conditional formatting based on date column entry being past another date column entry.
Comments
-
Christian,
By formatting, you likely are looking for Conditional Formatting.
You can't use formulas directly there, so you need another column.
A checkbox column with this:
=IF([Actual]23 <> [Actual finish]23, 1)
will set the check box true when the Actual and Actual finish are different.
You can then use Conditional Formatting on that field.
Hope this helps.
Craig
This discussion has been closed.