From 934cd73d20322b68c830c78ac596eeddcdf85051 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Tue, 27 Oct 2020 13:56:02 +0200 Subject: Improve "Enable regular expressions in formulas" section Add a link to regular expressions list; add LOOKUP to affected functions Change-Id: Ic753552b916bdccfcb13335ff32490babe0d840a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104836 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- source/text/shared/optionen/01060500.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/text/shared/optionen/01060500.xhp b/source/text/shared/optionen/01060500.xhp index bb3bf1216b..3897249760 100644 --- a/source/text/shared/optionen/01060500.xhp +++ b/source/text/shared/optionen/01060500.xhp @@ -197,7 +197,7 @@

Enable wildcards in formulas

- Specifies that wildcards are enabled when searching and also for character string comparisons. This relates to the database functions, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. + Specifies that wildcards are enabled when searching and also for character string comparisons. This relates to the database functions, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. ? (question mark) matches any single character @@ -214,13 +214,13 @@

Enable regular expressions in formulas

- Specifies that regular expressions instead of simple wildcards are enabled when searching and also for character string comparisons. This relates to the database functions, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. + Specifies that regular expressions instead of simple wildcards are enabled when searching and also for character string comparisons. This relates to the database functions, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. Sorry, no more switches allowed inside AVIS tags Do not enable regular expressions in formulas for spreadsheets that need to be interoperable with Microsoft Excel.

No wildcards or regular expressions in formulas

- Specifies that only literal strings are used when searching and also for character string comparisons. This relates to the database functions, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. + Specifies that only literal strings are used when searching and also for character string comparisons. This relates to the database functions, and to LOOKUP, VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH. Do not disable wildcards in formulas for spreadsheets that need to be interoperable with Microsoft Excel. -- cgit