Browsing Brazilian Portuguese translation

220 of 651 results
220.
@FUNCTION=IF
@SYNTAX=IF(condition[,if-true,if-false])
@DESCRIPTION=IF function can be used to evaluate conditionally other expressions. IF evaluates @condition. If @condition returns a non-zero value the result of the IF expression is the @if-true expression, otherwise IF evaluates to the value of @if-false.

* If omitted @if-true defaults to TRUE and @if-false to FALSE.
* This function is Excel compatible.

@EXAMPLES=
IF(FALSE,TRUE,FALSE) equals FALSE.

@SEEALSO=
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=IF
@SYNTAX=IF(condição[,se-verdadeiro,se-falso])
@DESCRIPTION=Utilize a função IF para avaliar condicionalmente outras expressões. A função IF avalia a @condição. Se a @condição resultar em um valor diferente de zero, IF retornará a expressão @se-verdadeiro, do contrário será retornada a expressão @se-falso.

* Se omitido, @se-verdadeiro retorna TRUE e @se-falso retorna FALSE.
* Esta função é compatível com o Excel.

@EXAMPLES=
IF(FALSE,TRUE,FALSE) retorna FALSE.

@SEEALSO=
Translated and reviewed by Afonso Celso Medina
220 of 651 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.