To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=86171 Issue #|86171 Summary|MINA(range)=MIN(range): text should equal zero Component|Spreadsheet Version|OOo 2.3.1 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|spreadsheet Reported by|aliby
------- Additional comments from [EMAIL PROTECTED] Mon Feb 18 08:48:02 +0000 2008 ------- The solution to MINA(range) and MIN(range) is currently the same MINA() should treat text as a zero value as per the function description even if part of a range. if A1=3; A2=2; A3=1; A4="text" then MIN(A1:A4) =1 as it ignores text entries MINA(A1:A4)=1 where it should be zero NOTE however that ... MINA(A1:A3;A4)=0 as it recognizes the text in the single entry Also on Linux OOo Calc 2.3.0 (don't have 2.3.1) ... MINA(A1:A4)=0 as it should be. --------------------------------------------------------------------- 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]
