forked from amazingfate/help
VLOOKUP's Array parameter may take 1-column arrays
It only depends on Index value; so for Index=1, 1-column array input is OK. Change-Id: I80d5655ffcb9374fcdce570f56606d5ff594002c Reviewed-on: https://gerrit.libreoffice.org/67716 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
committed by
Olivier Hallot
parent
79599a40c6
commit
925fcf8140
@ -279,7 +279,7 @@
|
||||
<paragraph xml-lang="en-US" id="par_id3149289" role="paragraph">
|
||||
<emph>SearchCriterion</emph> is the value searched for in the first column of the array.</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3153884" role="paragraph">
|
||||
<emph>Array</emph> is the reference, which is to comprise at least two columns.</paragraph>
|
||||
<emph>Array</emph> is the reference, which is to comprise at least as many columns as the number passed in Index argument.</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3156005" role="paragraph">
|
||||
<emph>Index</emph> is the number of the column in the array that contains the value to be returned. The first column has the number 1.</paragraph>
|
||||
<paragraph xml-lang="en-US" id="par_id3151208" role="paragraph">
|
||||
|
||||
Reference in New Issue
Block a user