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.