LibreOffice 25.2 Yardım
Converts a value into text according to a given format.
TEXT(Value; Format)
Value is the value (numerical or textual) to be converted.
Biçim Hücreleri Biçimlendir iletişim kutusundaki Sayı sekmesinde Kategori kutusundaki metin biçiminde bir sayı biçimidir. Ondalık ve binler ayracını hücre biçiminde seçmiş olduğunuz dil seçeneğine göre kullanın.
=METNEÇEVİR(12,34567;"###,##") 12,35 metni ile döner.
=METNEÇEVİR(12,34567;"000,00") formülü 012,35 metnini görüntüler.
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.