I need help with adding another piece to this formula because the excel file was changed.
The part of the formula in italics is working but now someone added “ ETA 04/13” or whatever date is needed preceded by “ETA” and I want to have the formula so if the 2ng GI is empty or it has “ETA” in it, it will say “ In Transit” but I have tried but to no avail, can someone help me?
IF [1st GI]>"2023-01-01" AND [2nd GI]>"2023-01-01"
THEN "Delivered"
ELSEIF
[1st GI]>"2023-01-01" AND ISEMPTY([2nd GI])
THEN "In Transit"
ELSE "Planning TBD"
ENDIF
Thanks,
Mike