From 69ff0a1d2a16290e9d1549dd6bf3049cf0ad719e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 21 Nov 2019 15:17:02 +0200 Subject: tdf#128911 typo in formula SUMIF. Change-Id: I30241cc84bc715ac9ae0a6af39db3a9e95476860 Reviewed-on: https://gerrit.libreoffice.org/83391 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/04060106.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 303d873647..b56ed3cda7 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -1172,7 +1172,7 @@ To sum up only negative numbers: =SUMIF(A1:A10;"<0") -=SUMIF(A1:A10;">0";B1:10) - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0. +=SUMIF(A1:A10;">0";B1:B10) - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0. See COUNTIF() for some more syntax examples that can be used with SUMIF(). -- cgit