LibreOffice 25.2 Súgó
Converts a value into text according to a given format.
TEXT(Value; Format)
Value is the value (numerical or textual) to be converted.
A formátum a formátumot meghatározó szöveg. A tizedes-, illetve ezreselválasztókat a cellaformátum nyelvi beállításai szerint használja.
A =SZÖVEG(12,34567;"###,##") eredménye a 12,35 szöveg.
A =SZÖVEG(12,34567;"000,00") eredménye a 012,35 szöveg.
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.