[Libreoffice-commits] help.git: source/text

Stanislav Horacek stanislav.horacek at gmail.com
Fri Jan 1 21:37:09 PST 2016


 source/text/scalc/01/func_countifs.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd8cc9d27b6891661185f02bf7478b5934deff08
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Wed Dec 30 22:35:01 2015 +0100

    COUNTIFS: add missing argument name
    
    Change-Id: Ic099ea1272f1c8c0ea6804cd77b15c75159d084b
    Reviewed-on: https://gerrit.libreoffice.org/21014
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/source/text/scalc/01/func_countifs.xhp b/source/text/scalc/01/func_countifs.xhp
index faa7a0b..aa77677 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>


More information about the Libreoffice-commits mailing list