To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=46950 Issue #:|46950 Summary:|Error in MATCH function with Type=-1 Component:|Spreadsheet Version:|OOo 2.0 Beta Platform:|PC URL:| OS/Version:|Windows 2000 Status:|UNCONFIRMED Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|spreadsheet Reported by:|mkaut
------- Additional comments from [EMAIL PROTECTED] Thu Apr 7 07:11:58 -0700 2005 ------- The MATCH function with Type=-1 sometimes returns #N/A instead of the result. I did not find any logic in the distribution of the errors - even slight changes to the size of the lookup_array may change it.. Example (starting at A1): First COLUMN: 10 9 8 7 6 5 4 3 2 1 Second COLUMN: 10 8 6 4 2 0 -2 -4 -6 -8 First cell in 3rd column: =MATCH(A1;$B$1:$B$10;-1), copy the rest Expected result: 1 1 2 2 3 3 4 4 5 5 Actual result: 1 1 2 #N/A 3 #N/A 4 4 5 #N/A Notes: Works fine in OOo 1.1.4 When deleting rows one by one, the errors jump from to different rows. Works OK with data in rows, instead of columns. --------------------------------------------------------------------- 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]
