TEXT

Converts a value into text according to a given format.

Sintaxe

TEXT(Value; Format)

Value is the value (numerical or textual) to be converted.

Formatar é o texto que define o formato. Use separadores decimais e miles de acordo co idioma definido no formato de cela.

Exemplo

= TEXT (12,34567;". ### ##") devolve o texto 12,35

= TEXT (12,34567;"000.00") devolve o texto 012,35

=TEXT("xyz";"=== @ ===") returns the text === xyz ===

tip

See also Number format codes: custom format codes defined by the user.


Precisamos da súa axuda!