I have a column called Receipt date, a column called Task due date
I have created a column called On time Yes/No. I need to calculate according to the Receipt date and Task due date to see whether the task was completed on time or not, this worked well with:
=IF(Receipt date>Task due date,"No",IF(Receipt date<Task due date,"Yes"))
However, if the Receipt date is blank, it defaults to a Yes result - which I do not want. How can I get the column to display something like "NA" if Receipt date is blank?
Bookmarks