LibreOffice 25.2 Help
Converts a value into text according to a given format.
TEXT(Value; Format)
Value is the value (numerical or textual) to be converted.
ទ្រង់ទ្រាយ ជាអត្ថបទដែលកំណត់ទ្រង់ទ្រាយ ។ ប្រើចំនួនទសភាគ និងអ្នកបំបែកខ្ទង់ពាន់ ដោយអាស្រ័យតាមសំណុំភាសាក្នុងទ្រង់ទ្រាយក្រឡា ។
=TEXT(12.34567;"###.##") ត្រឡប់អត្ថបទ 12.35
=TEXT(12.34567;"000.00") ត្រឡប់អត្ថបទ 012.35
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.