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.
Format হলো একটি টেক্সট, যা ফরম্যাট নির্ধারণ করে। ঘরের বিন্যাসে নির্ধারিত ভাষা অনুসারে দশমিক এবং সহস্র বিভাজক ব্যবহার করুন।
=TEXT(12.34567;"###.##") ১২.৩৫ লেখা প্রদান করে
=TEXT(12.34567;"000.00") ০১২.৩৫ লেখা প্রদান করে
=TEXT("xyz";"=== @ ===") returns the text === xyz ===
See also Number format codes: custom format codes defined by the user.