From 190b78fd2add6bb8468cd69f3d6a7bcccd692fef Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Tue, 26 May 2020 20:03:35 +0200 Subject: Add square brackets around final two parameters in syntax statement (to indicate parameters are optional) Change-Id: Icbe4f4d834244dc8bb397b0eb5fa5df5d543ddbb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94840 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060105.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text') diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index c2de532c2a..c85d57592e 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -94,7 +94,7 @@

IF

Specifies a logical test to be performed. - IF(Test; ThenValue; OtherwiseValue) + IF(Test[; ThenValue][; OtherwiseValue]) Test is any value or expression that can be TRUE or FALSE. -- cgit