On 16 Aug, 11:17, rcurt...@gmail.com wrote:
> Thanks for looking at my post :)
>
[quoted text clipped - 17 lines]
>
> Cheers, Rob
Your formula tests a number (1.4236...) against a TEXT value - you
could use datevalue to convert that, but why make life so difficult
10 hours is 10/24 so
IF(D41>=10/24,"TRUE","false")
Oh, and if you REALLY want true and false to be returned
=D41>=10/24
will do that quite nicely on it's own!
rcurtis8@gmail.com - 16 Aug 2007 11:47 GMT
On 16 Aug, 11:30, "aidan.herit...@virgin.net"
<aidan.herit...@virgin.net> wrote:
> On 16 Aug, 11:17, rcurt...@gmail.com wrote:
>
[quoted text clipped - 34 lines]
>
> - Show quoted text -
Hi Aidan,
Thanks a lot for the response. I made the change and am now getting a
true response. However, when I change D41 to 2 hours, I still get a
true response when onviously this should change to false.
Any ideas?
Cheers, Rob
Bob Phillips - 16 Aug 2007 12:06 GMT
I don't, but I would use this simpler formula
=D41>=TIME(10,0,0)

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> On 16 Aug, 11:30, "aidan.herit...@virgin.net"
> <aidan.herit...@virgin.net> wrote:
[quoted text clipped - 46 lines]
>
> Cheers, Rob