From 325b71813e476e25acbcecbb34f57ec2609ee98b Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 19 Mar 2015 17:28:28 +0100 Subject: fix copypaste: a required parameter cannot be omitted Change-Id: I09ec850aea96962555c526efa0b4c1355236fb2f --- source/text/scalc/01/04060181.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index 7c1ac57d83..ade52914a4 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -268,7 +268,7 @@ oldref="547">COUNTIF Number (required) is the value between Start and End at which to evaluate the function. Alpha (required) is a parameter to the distribution. Beta (required) is a parameter to the distribution. - Cumulative (required) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function. + Cumulative (required) can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function. Start (optional) is the lower bound for Number. End (optional) is the upper bound for Number. -- cgit