csilabgirl
Active Member
- Joined
- Aug 14, 2009
- Messages
- 359
Excel 2002
In cell D2 I have the formulaa =NOW() and its formated for time.
in cell E2 I have manually typed in 10:00 am and it also is formatted for time.
Presently cell D2 says 9:20 AM. In cell C2 I have a formula:
=IF(D2>E2,"You are adding samples after the cut-off time","")
But it does not work. No matter what time is it, it always answers True. It seems like this should be simple enough, but I am missing something.
I have run an =ISNUMBER(cell) on both cells and they both come back true.
Thank you for the help.
In cell D2 I have the formulaa =NOW() and its formated for time.
in cell E2 I have manually typed in 10:00 am and it also is formatted for time.
Presently cell D2 says 9:20 AM. In cell C2 I have a formula:
=IF(D2>E2,"You are adding samples after the cut-off time","")
But it does not work. No matter what time is it, it always answers True. It seems like this should be simple enough, but I am missing something.
I have run an =ISNUMBER(cell) on both cells and they both come back true.
Thank you for the help.