Converts a number to Thai text with the suffix Baht for integer values and Satang for decimal values.
Parts of a BAHTTEXT function
BAHTTEXT(number.)
Part |
Description |
number |
The number to convert |
Examples
A |
B |
C |
|
1 |
Example description |
Number to convert |
Formula output |
2 |
Convert integer value |
120 |
หนึ่งร้อยยี่สิบบาทถ้วน |
3 |
Convert number less than 1 |
0.75 |
เจ็ดสิบห้าสตางค์ |
4 |
Convert integer and decimal value |
120.75 |
หนึ่งร้อยยี่สิบบาทเจ็ดสิบห้าสตางค์ |
5 |
Convert 0 |
0 |
ศูนย์บาทถ้วน |