SE.S

SE.S é uma função SE múltipla.

Sintaxe

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

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

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

SE.S( expressão1, resultado1, expressão2, resultado2, expressão3, resultado3 ) é calculada desta forma:

SE expressão1 é VERDADEIRA

ENTÃO resultado1

SENÃO SE expressão2 é VERDADEIRO

ENTÃO resultado2

SENÃO SE expressão3 é VERDADEIRO

ENTÃO resultado3

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.

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

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

Technical information

tip

Esta função está disponível desde o LibreOffice 5.2.


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

Necessitamos da sua ajuda!