Converts a number to Thai text and adds a suffix of "Baht."
In Excel for Windows, you can change the Baht format to a different style from the Control Panel by using Regional and Language Options in Windows Vista or in Microsoft Windows XP.
In Excel for the Macintosh, you can change the Baht number format to a different style by using Control Panel for Numbers.
Syntax
BAHTTEXT(number)
Number is a number you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number.
Example
The example may be easier to understand if you copy it to a blank worksheet.
How to copy an example
- Create a blank workbook or worksheet.
- Select the example in the Help topic.
Note Do not select the row or column headers.
Selecting an example from Help
- Press CTRL+C.
- In the worksheet, select cell A1, and press CTRL+V.
- To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Formulas tab, in the Formula Auditing group, click the Show Formulas button.
|
|
| A |
| Data |
| 1234 |
| Formula |
Description (Result) |
| =BAHTTEXT(A2) |
Displays the number in text. (One thousand two hundred thirty four Baht in Thai text) |
|