Hi All,
So I have 3 columns that could have dates, Column Q is my completed date this is what I need to compare the other columns to. Column M and Column P have estimated time of completion dates, and column P may be blank.
Essentially what I need this statement to say is:
If P1 = "",
Then Q1 <= M1, "0", "1"
If P1 <> "",
Then Q1 <= P1, "0", "1"
Thank you in advance for any help!!!!
Bookmarks