Difference between revisions of "Documentation/How Tos/Calc: BAHTTEXT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Issues:)
(See also:)
Line 13: Line 13:
  
 
=== See also: ===
 
=== See also: ===
 +
'''[[Documentation/How_Tos/Calc: Number Conversion functions|Number Conversion functions]]'''
 +
 
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
 
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
  
 
=== Issues: ===
 
=== Issues: ===
 
<tt>'''BAHTTEXT'''</tt> is not included in the forthcoming ODFF international standard. It is (at least partially) implemented in Excel.
 
<tt>'''BAHTTEXT'''</tt> is not included in the forthcoming ODFF international standard. It is (at least partially) implemented in Excel.

Revision as of 05:00, 10 March 2008


BAHTTEXT

Returns Thai text, including the Thai currency names, given a number.

Syntax:

BAHTTEXT(number)

number is any number. BAHTTEXT returns a string in Thai characters, with "Baht" appended to the integer part of the number, and "Satang" appended to the decimal part of the number.

Example:

BAHTTEXT("12.65")

returns a string of Thai characters with the meaning of "Twelve Baht and sixty five Satang".

See also:

Number Conversion functions

Text functions

Issues:

BAHTTEXT is not included in the forthcoming ODFF international standard. It is (at least partially) implemented in Excel.

Personal tools