diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2015-12-30 22:35:01 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-01-02 05:36:36 +0000 |
commit | dd8cc9d27b6891661185f02bf7478b5934deff08 (patch) | |
tree | 1da9ed86c984323a9db16629d09a911192560081 | |
parent | 7338cf7526423d3e20cf408416e17d5f82c60e34 (diff) |
COUNTIFS: add missing argument name
Change-Id: Ic099ea1272f1c8c0ea6804cd77b15c75159d084b
Reviewed-on: https://gerrit.libreoffice.org/21014
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/scalc/01/func_countifs.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_countifs.xhp b/source/text/scalc/01/func_countifs.xhp index faa7a0b6df..aa77677b15 100644 --- a/source/text/scalc/01/func_countifs.xhp +++ b/source/text/scalc/01/func_countifs.xhp @@ -39,7 +39,7 @@ The operators equal to (=), not equal to (<>), greater than (>), greater than The function can have up to 500 arguments, meaning that you can specify 250 pairs of ranges and criteria.</paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> <paragraph id="par_id16654883224356" role="warning" xml-lang="en-US">If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/> -If ranges for arguments <emph>Range</emph> have unequal sizes, the function returns err:502.</paragraph> +If ranges for arguments <emph>Range</emph> and <emph>Criterion</emph> have unequal sizes, the function returns err:502.</paragraph> <embed href="text/scalc/01/ex_data_stat_func.xhp#ex_func_average"/> <paragraph id="hd_id3861259759512" role="heading" level="4" xml-lang="en-US">Simple usage</paragraph> <paragraph id="par_id15856592423333" role="paragraph" xml-lang="en-US"><item type="input">=COUNTIFS(B2:B6;">=20")</item></paragraph> |