source/text/scalc/01/04060109.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 427bd3b5a7217c6237e02d8601d6321f3fd5dc94 Author: Stephan Bergmann <stephan.bergm...@collabora.com> AuthorDate: Fri Aug 29 18:02:46 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@collabora.com> CommitDate: Fri Aug 29 18:13:15 2025 +0200 Fix duplicate ID ...introduced by 20353e3880d977cebd022159ea8ef646f4537bb6 "tdf#168146 Restore important detail on MATCH()" Change-Id: I7de7f7e68703eb4e462b3e6cd15b00c6dcb6c748 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/190383 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com> diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp index c6fc291445..63e1ced65a 100644 --- a/source/text/scalc/01/04060109.xhp +++ b/source/text/scalc/01/04060109.xhp @@ -346,7 +346,7 @@ <emph>Search</emph> is the value which is to be searched for in the single-row or single-column array.</paragraph> <paragraph id="par_id3159167" role="paragraph"><emph>LookupArray</emph> is the reference searched. A lookup array can be a single row or column, or part of a single row or column.</paragraph> <paragraph id="par_id3147239" role="paragraph"><emph>Type</emph> may take the values 1, 0, or -1. If Type = 1 or if this optional parameter is missing, it is assumed that the first column of the search array is sorted in ascending order. If Type = -1 it is assumed that the column in sorted in descending order. This corresponds to the same function in Microsoft Excel.</paragraph> - <paragraph id="par_id3147528" role="paragraph">If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. For Type = -1, the index of the last value that is larger or equal is returned.</paragraph> + <paragraph id="par_id31475281" role="paragraph">If Type = 1 or the third parameter is missing, the index of the last value that is smaller or equal to the search criterion is returned. For Type = -1, the index of the last value that is larger or equal is returned.</paragraph> <note id="par_id3147528">Unpredictable results are expected if <emph>Type</emph> takes values -1 or +1 and the <emph>LookupArray</emph> is not sorted.</note> <paragraph id="par_id3154265" role="paragraph">If Type = 0, only exact matches are found. If the search criterion is found more than once, the function returns the index of the first matching value. Only if Type = 0 can you search for regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options).</paragraph> <embed href="text/shared/00/00000001.xhp#regex"/>