Update formula so it ignores empty rows

Options

Hello. I am using the below formula to mark whether a task is overdue or not, and then highlight using conditional formatting those overdue tasks in red:

=IF(AND(Finish@row < TODAY(), Status@row <> "Complete"), "true", "false")

I would like to update the formula to ignore blank rows. How may I accomplish this?

Also, open to broader suggestions how to better accomplish this same goal. Thank you!

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!