R
rcurtis8
Thanks for looking at my post 
I am stuck on an 'IF' formula. I am trying to make the formula
recognise if a cell is more than or equal to 10 hours. See cell
details below:
cell D41: 01/01/1900 10:10:00
cell F41: =IF(D41>="01/01/1900 10:00:00","TRUE","false")
Upon clicking 'Evaluate' (Tools / Formula Auditing / Evaluate
Formula), I get the following evaluation:
IF(1.42361111111111>="01/01/1099 10:00:00","TRUE,"false")
It would appear that the format in cell D41 is not recognised by the
format in cell F41.
Any ideas where I am going wrong?
Cheers, Rob

I am stuck on an 'IF' formula. I am trying to make the formula
recognise if a cell is more than or equal to 10 hours. See cell
details below:
cell D41: 01/01/1900 10:10:00
cell F41: =IF(D41>="01/01/1900 10:00:00","TRUE","false")
Upon clicking 'Evaluate' (Tools / Formula Auditing / Evaluate
Formula), I get the following evaluation:
IF(1.42361111111111>="01/01/1099 10:00:00","TRUE,"false")
It would appear that the format in cell D41 is not recognised by the
format in cell F41.
Any ideas where I am going wrong?
Cheers, Rob