diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-18 14:03:59 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-19 20:04:25 +0100 |
commit | 87d46dc80a607ea66e52c3dc81dea20fd4fe07f8 (patch) | |
tree | 7be9aced555e1d1ec915f49fe56e0a976780b295 /sc | |
parent | ecb733da58b74714eb66d2063a2835ce5c471870 (diff) |
tdf#120752 Clarify MATCH() third argument 'Type'
Change-Id: I7a034cbcbca892d80d01baf5b51da3647f45120c
Reviewed-on: https://gerrit.libreoffice.org/67979
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/scfuncs.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index c4a050a4c334..f0f06eee6427 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -3421,7 +3421,7 @@ const char* SC_OPCODE_MATCH_ARY[] = NC_("SC_OPCODE_MATCH", "Lookup array"), NC_("SC_OPCODE_MATCH", "The array (range) in which the search is made."), NC_("SC_OPCODE_MATCH", "Type"), - NC_("SC_OPCODE_MATCH", "Type can take the value 1, 0 or -1 and determines the criteria to be used for comparison purposes.") + NC_("SC_OPCODE_MATCH", "Type can take the value 1 (first column array ascending), 0 (exact match or wildcard or regular expression match) or -1 (first column array descending) and determines the criteria to be used for comparison purposes.") }; // -=*# Resource for function OFFSET #*=- |