PRFEs‖

kRbQi‖IFS

iANFF‖IFS is a multiple IF-function.

ebLBc‖Syntax

WxB3F‖IFS(expression1; result1[; expression2; result2][; ... ; [expression127; result127]])

3KbKX‖expression1, expression2, ... are any boolean values or expressions that can be TRUE or FALSE

8qEKq‖result1, result2, ... are the values that are returned if the logical test is TRUE

qgtwA‖IFS( expression1, result1, expression2, result2, expression3, result3 ) is executed as

NriAd‖IF expression1 is TRUE

tRdjB‖THEN result1

2DYMn‖ELSE IF expression2 is TRUE

QZSge‖THEN result2

H5BJe‖ELSE IF expression3 is TRUE

LpUGo‖THEN result3

QCFfF‖To get a default result should no expression be TRUE, add a last expression that is always TRUE, like TRUE or 1=1 followed by the default result.

mkt7F‖If there is a result missing for an expression or is no expression is TRUE, a #N/A error is returned.

8sMKs‖If expression is neither TRUE or FALSE, a #VALUE error is returned.

XAFa7‖Technical information

tip

DJsbg‖This function is available since LibreOfficeDev 5.2.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.IFS

tip

kxdSM‖IFS wiki page.


SzF9N‖IF