Axuda do LibreOffice 25.2
Converts a value into text according to a given format.
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.
= TEXT (12,34567;". ### ##") devolve o texto 12,35
= TEXT (12,34567;"000.00") devolve o texto 012,35
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.