I have a excel formula that looks at 2 columns that contains dates or could be null and depending on the combination then the formula will produce the results. The formula is
IF(AND([1st GI]>01/01/23,[2nd GI]>01/01/23),"Delivered", IF(AND([1st GI]>01/01/23,[2nd GI]= ""),"In Transit","Planning TBD")).
I have tried various formulas and I cannot get it to work, can someone help me with this formula?
Thanks,
Mike