From a502c5a5959e7c01b7769bf20778d7791876bde0 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Fri, 26 Mar 2021 16:38:58 +0100 Subject: Fix minor typo in recently-updated help file describing Calc's database functions (04060101.xhp). Change-Id: Ia7b9092a03164722fe9ddb97816195dcb3fb9d2b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113126 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/scalc/01/04060101.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/scalc/01/04060101.xhp') diff --git a/source/text/scalc/01/04060101.xhp b/source/text/scalc/01/04060101.xhp index c68f282542..4d4054d359 100644 --- a/source/text/scalc/01/04060101.xhp +++ b/source/text/scalc/01/04060101.xhp @@ -947,7 +947,7 @@ mw added "standard deviations...;"

DSTDEVP

- DSTDEVP calculates the population standard deviation based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteri. Non-numeric values are ignored. + DSTDEVP calculates the population standard deviation based on the numeric values in the cells (fields) of the specified column, for all rows (database records) that match the specified search criteria. Non-numeric values are ignored. Returns a #NUM! error if no records match the specified search criteria, or if there are no numeric values in the cells of the specified column for the matching records. -- cgit