BAHTTEXT

BAHTTEXT(number)

Returns the number converted to a Thai text string and appends 'Baht'.

numberThe number you want converted to Thai.

REMARKS
* The "number" can be a number, cell reference or formula that resolves to a number.
* If "number" is not numeric, then #VALUE! is returned.
* The text in the following example cannot be displayed as it is in Thai.
* If you need to convert numbers into text then please refer to the SPELLNUMBER page.
* For the Microsoft documentation refer to support.microsoft.com

 A
1=BAHTTEXT(10) = "Ten Baht" (in Thai)
2=BAHTTEXT(200) = "Two Hundred Baht" (in Thai)
3=BAHTTEXT("some text") = #VALUE!


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top