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


User nn changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|spreadsheet               |er
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Aug 27 13:31:55 +0000 
2010 -------
This is caused by the changes for issue 81214. LOOKUP is forced to array
semantics, and if a cell range is passed as first parameter, it's calculated for
every cell from that range. Simple example: 1 in A1, 2 in A2,
=LOOKUP(A1:A2;A1:A2) in B2 should return 2, but gives 1 (the first element of
the result matrix).

As a workaround, use only a single-cell reference for the first parameter
(change it from $C$9:$C$2016 to $C9). The example looks like VLOOKUP should be
used anyway, with 0 as the last parameter for exact lookup.

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