To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100455 Issue #|100455 Summary|Performing math on a cell that contains a formula fail |s. Component|Spreadsheet Version|OOo 3.0.1 Platform|Unknown URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|jmodzel
------- Additional comments from jmod...@openoffice.org Sun Mar 22 03:23:56 +0000 2009 ------- *** Ignore the braces, use just what's inside. CELL B1{=IF(N(B2)=9;0;N(B2)+1)} Should show 2 - shows 1 CELL C1{=IF(N(C2)=9;0;N(C2)+1)} Should show 4 - shows 1 CELL D1{=IF(N(D2)=9;0;N(D2)+1)} Should show 7 - shows 1 CELL E1{=IF(N(E2)=9;0;N(E2)+1)} Should show 0 - shows 1 CELL A2{1369} CELL B2{=LEFT(A2;1)} should and does display a 1 CELL C2{=RIGHT(LEFT(A2;2);1)} should and does display a 3 CELL D2{=RIGHT(LEFT(A2;3);1)} should and does display a 6 CELL E2{=RIGHT(A2;1)} should and does display a 9 Using CURRENT(B2) returns Err.508 ISNUMBER(B2) returns true SUB(B2:E2) returns 0 --------------------------------------------------------------------- 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: issues-unsubscr...@sc.openoffice.org For additional commands, e-mail: issues-h...@sc.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org