Helpo de 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.
Formato estas la teksto kiu agordas la formaton. Uzu disigilojn decimalajn kaj de miloj laŭ la lingvo agordita en la ĉela formato.
=TEKSTO(12,34567;"###.##") liveras la tekston 12,35
=TEKSTO(12,34567;"000.00") liveras la tekston 012,35
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.