TEXT

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;"###.##") returns the text 12.35

=TEXT(12.34567;"000.00") returns the text 012.35

=TEXT("xyz";"=== @ ===") returns the text === xyz ===

tip

See also Number format codes: custom format codes defined by the user.


कृपया हामीलाई समर्थन गर्नुहोस्!