[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Mar 16 13:48:33 UTC 2019
source/text/scalc/01/04060109.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 925fcf8140657eeebf3d233cbe59323d856fe647
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Tue Feb 12 11:44:07 2019 +0100
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Mar 16 14:48:11 2019 +0100
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 at libreoffice.org>
diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp
index 93fcb7dbb..2a5d6d45b 100644
--- a/source/text/scalc/01/04060109.xhp
+++ b/source/text/scalc/01/04060109.xhp
@@ -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">
More information about the Libreoffice-commits
mailing list