Hi,
The formula in D1 always shows up as "No" even though NOW() is past the 22/11/2022:
=IF(NOW()>C1,"Yes","No")
A1 = 22-November-2022
B1 = 09:30am
C1 Formula = TEXT(A1,"dd/mm/yyyy ")&TEXT(B1,"hh:mm")
C1 = 22/11/2022 9:30am
NOW() = 22/11/2022 11:33
I tried removing the am/pm from C1 but still it has the same result.
Is there a better way to do this?
Thanks in advance!
The formula in D1 always shows up as "No" even though NOW() is past the 22/11/2022:
=IF(NOW()>C1,"Yes","No")
A1 = 22-November-2022
B1 = 09:30am
C1 Formula = TEXT(A1,"dd/mm/yyyy ")&TEXT(B1,"hh:mm")
C1 = 22/11/2022 9:30am
NOW() = 22/11/2022 11:33
I tried removing the am/pm from C1 but still it has the same result.
Is there a better way to do this?
Thanks in advance!