Hi all,
I think this should simple for a formula guru, but I'm not and I've inherited sheets with formulas from a former colleague and trying to make them work as expected.
The sheet has two columns we need to evaluation: Due Date and Date Completed. In a helper column, we have this formula:
=IF([Date Completed]@row <= [Due Date]@row, "On Time", "Late")
Which works great when both Due Date and Dated Completed have values. But, if the Date Completed is blank, the formula says it is On Time. That is correct for future dates, but not past dates.
So, I need a formula that tells me something is late when the Due Date has passed and the Date Completed is blank. Do I need to use a nested IF formula?
Here is a screenshot of the results with the formula above:
Help appreciated!
Thanks,
susan