Skip to main content

BAHTTEXT function

Description

The BAHTTEXT function converts a number to Thai text and adds a suffix of "Baht."

Syntax

BAHTTEXT(number)

Parameters

Number Required. 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.

Examples

The example may be easier to understand if you copy the example data (include header) in the following table, and paste it in cell A1 of a new Excel worksheet. If you need to, you can adjust the column widths to see all the data.

Formula Result Description
=BAHTTEXT(1) หนึ่งบาทถ้วน Displays the number (1) in Thai text.
=BAHTTEXT(2) สองบาทถ้วน Displays the number (2) in Thai text.
=BAHTTEXT(3) สามบาทถ้วน Displays the number (3) in Thai text.
=BAHTTEXT(4) สี่บาทถ้วน Displays the number (4) in Thai text.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>