Hi Keith,
Possibly because G2 holds a numeric value and you're comparing it to a string.
tc
Keith Clark wrote:
Why would the following happen?
G2=08:57
if(g2>"08:00";1;0) results in 0
if(g2<"09:00";1;0) results in 1
Keith
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]