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/04060110.xhp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source/text/scalc/01/04060110.xhp') diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 91ff8aa621..5f0bbc9c52 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -189,15 +189,12 @@ CONCATENATE function - -

CONCATENATE

Combines several text strings into one string. - -CONCATENATE( ) - +CONCATENATE() +String 1[; String 2][; … ;[String 255]] are strings or references to cells containing strings. =CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe. -- cgit