source/text/scalc/01/func_lookup.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d8ca3415181a4fd8042f85bb4ce67ef6fc2ac002 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jun 20 07:41:08 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jun 20 08:58:23 2025 +0200 Fix typo Change-Id: I3d62bc4ec3e7185ade00470c40a6063eb27ddfa5 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/186726 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/01/func_lookup.xhp b/source/text/scalc/01/func_lookup.xhp index 02f2aa7c18..f611b724e9 100644 --- a/source/text/scalc/01/func_lookup.xhp +++ b/source/text/scalc/01/func_lookup.xhp @@ -29,7 +29,7 @@ <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3154104" role="code">LOOKUP(Lookup; SearchVector [; ResultVector])</paragraph> <paragraph id="par_id3150646" role="paragraph"><emph>Lookup</emph> is the value of any type to be looked for; entered either directly or as a reference.</paragraph> - <paragraph id="par_id3154854" role="paragraph"><emph>SearchVector</emph> is an array fo data. The lookup is performed in the first row or first column of the array.</paragraph> + <paragraph id="par_id3154854" role="paragraph"><emph>SearchVector</emph> is an array of data. The lookup is performed in the first row or first column of the array.</paragraph> <note id="par_id591750269646975">The search vector for the LOOKUP must be sorted ascending, otherwise the search will not return any usable results. Numerical values precede values of type Text if both types are included (for example, -2, 0, 2, “A”, “B”).</note> <paragraph role="paragraph" id="par_id841750275617013">If <emph>SearchVector</emph> has same number of columns and rows or has more rows than columns, LOOKUP searches in the first column (similar to VLOOKUP), and returns the corresponding value in the last column.</paragraph> <paragraph role="paragraph" id="par_id311750275609300">If <emph>SearchVector</emph> has more columns than rows, LOOKUP searches in the first row (similar to HLOOKUP), and returns the corresponding value in the last row. </paragraph>
