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!