From e22ee2eda6415961d879f58407bf59604e46dbd3 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Thu, 26 Mar 2020 10:47:29 -0300 Subject: tdf#131361 Adjust number of function parameters (3) Fix for STDEV, STDEV.P, STDEV.S, STDEVA, STDEVP, STDEVPA, VAR, VAR.P, VAR.S, VARA, VARP, VARPA, AND, OR, XOR, SUMPRODUCT, CONCATENATE Change-Id: I869f6d7fc687e645b9ee8c0ca36ff690c4108db3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91103 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060185.xhp | 71 ++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 34 deletions(-) (limited to 'source/text/scalc/01/04060185.xhp') diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp index 056953c3f7..38a0157d2d 100644 --- a/source/text/scalc/01/04060185.xhp +++ b/source/text/scalc/01/04060185.xhp @@ -158,12 +158,11 @@

STDEV

Estimates the standard deviation based on a sample. - STDEV(Number1; Number2; ...; Number30) - - Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population. + STDEV() + + The parameters should specify at least two values. - - =STDEV(A1:A50) returns the estimated standard deviation based on the data referenced. + =STDEV(A1:A50) returns the estimated standard deviation based on the data referenced.
STDEVA function @@ -172,9 +171,10 @@

STDEVA

Calculates the standard deviation of an estimation based on a sample. - STDEVA(Value1; Value2; ...; Value30) - - Value1, Value2, ..., Value30 are values or ranges representing a sample derived from an entire population. Text has the value 0. + + STDEVA() + + The parameters should specify at least two values. Text has the value 0. =STDEVA(A1:A50) returns the estimated standard deviation based on the data referenced. @@ -187,9 +187,9 @@

STDEVP

Calculates the standard deviation based on the entire population. - STDEVP(Number1; Number2; ...; Number30) - - Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population. + + STDEVP() + =STDEVP(A1:A50) returns a standard deviation of the data referenced. @@ -204,8 +204,9 @@ Calculates the standard deviation based on the entire population. - STDEV.P(Number1; Number2; ...; Number30) - Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population. + + STDEV.P() + =STDEV.P(A1:A50) returns a standard deviation of the data referenced.
@@ -219,8 +220,10 @@ Calculates the standard deviation based on sample of the population. - STDEV.S(Number1; Number2; ...; Number30) - Number1, Number2, ..., Number30 are numerical values or ranges representing a sample of the population. + + STDEV.S() + + The parameters should specify at least two values. =STDEV.S(A1:A50) returns a standard deviation of the data referenced. @@ -231,9 +234,9 @@

STDEVPA

Calculates the standard deviation based on the entire population. - STDEVPA(Value1; Value2; ...; Value30) - - Value1, Value2, ..., Value30 are values or ranges representing an entire population. Text has the value 0. + STDEVPA() + + Text has the value 0. =STDEVPA(A1:A50) returns the standard deviation of the data referenced. @@ -538,9 +541,10 @@

VAR

Estimates the variance based on a sample. - VAR(Number1 ; Number2; ...; Number30) - - Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population. + + VAR() + + The parameters should specify at least two values. =VAR(A1:A50) @@ -556,8 +560,9 @@ Estimates the variance based on a sample. - VAR.S(Number1; Number2; ...; Number30) - Number1, Number2, ..., Number30 are numerical values or ranges representing a sample based on an entire population. + VAR.S() + + The parameters should specify at least two values. =VAR.S(A1:A50) @@ -568,9 +573,9 @@

VARA

Estimates a variance based on a sample. The value of text is 0. - VARA(Value1; Value2; ...; Value30) - - Value1, Value2, ..., Value30 are values or ranges representing a sample derived from an entire population. Text has the value 0. + VARA() + + The parameters should specify at least two values. =VARA(A1:A50) @@ -583,9 +588,8 @@

VARP

Calculates a variance based on the entire population. - VARP(Number1; Number2; ...; Number30) - - Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population. + VARP() + =VARP(A1:A50) @@ -600,8 +604,8 @@ Calculates a variance based on the entire population. - VAR.P(Number1; Number2; ...; Number30) - Number1, Number2, ..., Number30 are numerical values or ranges representing an entire population. + VAR.P() + =VAR.P(A1:A50) @@ -612,9 +616,8 @@

VARPA

Calculates the variance based on the entire population. The value of text is 0. - VARPA(Value1; Value2; ...; Value30) - - Value1, Value2, ..., Value30 are values or ranges representing an entire population. + VARPA() + =VARPA(A1:A50) -- cgit