From c58bc852cc03d5f4ec6cd0caf08370b443956dee Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 3 May 2021 20:45:08 +0200 Subject: Fix syntax description for COUNTIFS Change-Id: I6ff42f1d64da095c2d4db96339be3ba62a23064d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114927 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_countifs.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/func_countifs.xhp b/source/text/scalc/01/func_countifs.xhp index 93c2550ebc..860b90dc73 100644 --- a/source/text/scalc/01/func_countifs.xhp +++ b/source/text/scalc/01/func_countifs.xhp @@ -30,10 +30,10 @@ -COUNTIFS(Range1; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]]) +COUNTIFS(Range; Criterion[; Range2; Criterion2][; ... ; [Range127; Criterion127]]) -Range1, Range2, ... and Criterion1, Criterion2, ... must have the same size, otherwise the function returns err:502 - Invalid argument. +Range, Range2, ... and Criterion, Criterion2, ... must have the same size, otherwise the function returns err:502 - Invalid argument. -- cgit