To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74446
                 Issue #|74446
                 Summary|nested IFs do not appear to export correctly to Excel
               Component|Spreadsheet
                 Version|OOo 2.0.2
                Platform|Opteron/x86_64
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|spreadsheet
             Reported by|bugbear





------- Additional comments from [EMAIL PROTECTED] Mon Feb 12 12:05:56 +0000 
2007 -------
I don't know why, since I'm not "deep techy" enough to read the Excel files.

But:

But, it appears (on brief exploration) that nested if's are not converted 
correctly.

This works

=IF(B3 ; 78;900)

This doesn't work (nested ifs)

=IF(B4; IF(B3; 3; 5); 17)

Surprisingly, this works (nesting other than if)

=(IF(B4; SUM(1;3); 999))

This doesn't work:

=SUM(3; IF(B3 ; 34; 56))

So it appears that inner IFs are some kind of special case for "save as".

I was working with OO 2.0.2 under FC5, saving as Excel 97/2000/XP, and opening
under Windows XP, Excel 2002.

   BugBear

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