Shane,
OK thanks but...In that case why does 1>2>3 return TRUE ?.
1>2 is FALSE,
giving FALSE>3
= TRUE ?????
why is FALSE>3 True ?
Sorry I must be daft I don't understand. What are the 'number values' of
TRUE and FALSE ??
K
"Shane Devenshire" <(E-Mail Removed)> wrote in message
news:9F6C6B89-5CEB-4733-9FCA-(E-Mail Removed)...
> Hi,
>
> Here is what is going on:
>
> Suppose =1<2<3 is your formula
>
> Excel starts on the left and evaluates 1<2 which is TRUE, next it
> evalueates
> TRUE<3 and returns FALSE. It never evaluates 2<3 in this example.
>
> --
> If this helps, please click the Yes button.
>
> Cheers,
> Shane Devenshire
>
>
> "KRK" wrote:
>
>>
>> "KRK" <(E-Mail Removed)> wrote in message
>> news:ONCF%(E-Mail Removed)...
>> > Hello,
>> >
>> > What does the logical expression (A1<A2<A3<A4) return ?
>> >
>> > How is the expression evaluated ?
>> >
>> > I've tried various numbers in A1....A4, but cannot seem to make sense
>> > of
>> > what the expression is doing ?
>> >
>> >
>> > Thanks
>> >
>> > KK
>>
>>
>> For example, the expression (1<2<3) evaluates to FALSE (though it would
>> appear to be true, and (1>2>3) evaluates to TRUE, though it would seem to
>> be
>> false.
>>
>> K
>>
>>
|