To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95566


User er changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Oct 29 11:18:18 +0000 
2008 -------
Also in Excel there is no such thing as "triple condition". You are trapped by
evaluation order and the fact that in Excel _any_ boolean result is _always_
greater than _any_ number, whereas in Calc a boolean result of TRUE() equals 1
and FALSE() equals 0. Consider the following example for illustration:

=IF(1<2<3;"yes";"no") due to evaluation order from left to right is evaluated as
=IF((1<2)<3;"yes";"no") which in turn evaluates to
=IF(TRUE()<3;"yes";"no") that in Excel displays "no", but in Calc displays 
"yes".

Your "triple condition" will _never_ yield TRUE in Excel. Your sample document
loaded in Excel, changed value in B4 to 199, does still display 3 in B2, and not
2 as you alleged.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
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]

Reply via email to