Converts a number to Thai text with the suffix Baht for integer values and Satang for decimal values.
Sample Usage
BAHTTEXT(12)
BAHTTEXT(120.75)Syntax
BAHTTEXT(value)value- The number to convert to Thai text.
Notes
- This function is sometimes used in conjunction with GOOGLETRANSLATE to convert numbers to their text representations (e.g.
13tothirteen).