diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2022-11-05 15:29:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-05 19:01:59 +0100 |
commit | 32cbfd80a9053d4f62961edcae6a8b33f5d0bf03 (patch) | |
tree | 6fe2d46bd92beb9397664ad2d73fda583a2f8630 /source/text | |
parent | 717e1f64d70967254ec2379eb97c7f52c0c2ac3c (diff) |
tdf#151908: An error has crept into the documentation of SUMIF()
Change-Id: Ifbaab9ecc270db4f70c6b4937c30c7d88f0547d4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142296
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 753b9f1315..8ff3017000 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -1001,7 +1001,7 @@ <paragraph id="par_id3152043" role="paragraph" xml-lang="en-US"><emph>Range</emph> is the range to which the criterion is to be applied.</paragraph> <embed href="text/scalc/01/ex_data_stat_func.xhp#criterion"/> <paragraph id="par_id3152083" role="paragraph" xml-lang="en-US"><emph>SumRange</emph> is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed.</paragraph> -<note id="par_id8347422">SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given.</note> +<note id="par_id8347422">SUMIF supports the reference concatenation operator (~) only in the Range parameter, and only if the optional SumRange parameter is not given.</note> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3152148" role="paragraph" xml-lang="en-US">To sum up only negative numbers: <item type="input">=SUMIF(A1:A10;"<0")</item></paragraph> |