From 925fcf8140657eeebf3d233cbe59323d856fe647 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Tue, 12 Feb 2019 11:44:07 +0100 Subject: [PATCH] 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 --- source/text/scalc/01/04060109.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp index 93fcb7dbbe..2a5d6d45bb 100644 --- a/source/text/scalc/01/04060109.xhp +++ b/source/text/scalc/01/04060109.xhp @@ -279,7 +279,7 @@ SearchCriterion is the value searched for in the first column of the array. - Array is the reference, which is to comprise at least two columns. + Array is the reference, which is to comprise at least as many columns as the number passed in Index argument. Index is the number of the column in the array that contains the value to be returned. The first column has the number 1.