How do I write the formula for a nested if function if the 3rd condition I want to write is ...,IF(B2=""n"No data"))) which means ...IF(B2 is blank, then show "No data").
My idea for the formula is like this: =IF($A$2<=B2,"Valid",IF($A$2>B2,"Expired",IF(B2="","No data")))
And, the table should look like this:
Date Today_Expiration Date_Status
13/09/18__20/01/2019_(Status - Valid,Expired,No data)
13/09/18__12/09/2018_(Status)
13/09/18__ _(Status)
The BLANK value is intentional. I want the formula to put "No data" in C3 for the status if B2 is blank.
Thanks!
My idea for the formula is like this: =IF($A$2<=B2,"Valid",IF($A$2>B2,"Expired",IF(B2="","No data")))
And, the table should look like this:
Date Today_Expiration Date_Status
13/09/18__20/01/2019_(Status - Valid,Expired,No data)
13/09/18__12/09/2018_(Status)
13/09/18__ _(Status)
The BLANK value is intentional. I want the formula to put "No data" in C3 for the status if B2 is blank.
Thanks!