BAHTTEXT
Converts a number to text, using the ß (baht) currency format.
TextText Processing
What it does
Converts a number to Thai text with the suffix 'Baht'.
Syntax
BAHTTEXT(number)
Arguments
number(number) — The number to convert.
Examples
Convert number to Thai text
Convert 1234 to Thai Baht text.
FORMULA
=BAHTTEXT(1234)
RESULT
หนึ่งพันzสองร้อยสามสิบสี่บาทถ้วน
SAMPLE DATA
| A | |
|---|---|
| 1 | Number |
| 2 | 1234 |