Mar 05 2021 01:37 PM
I'm using the following formula to determine whether the actual delivery time of a Tray was achieved at or before the scheduled delivery time.
=IF(AND($N41677<=$J41677,$N41677<>""),"Y",IF($N41677="","N/A","N"))
Where the scheduled delivery time (J41677) = 02/19/2021 12:45 PM and the actual delivery time (N41677) was 2/19/2021 at 01:03PM
However Excel is giving me a "Y" result, when it should be a "N"
I've noticed this only seems to be happening when the times switch from 12-something PM to 1-something PM.
How can I get my formula to work?
Mar 05 2021 01:56 PM - edited Mar 05 2021 01:57 PM
I cannot reproduce the problem:
Could you attach a small sample workbook that demonstrates the problem, without sensitive/proprietary information?
Mar 05 2021 02:39 PM