BAHTTEXT Function

Converts numeric values into Thai text with the Baht currency
Functions  >  Logical  >  BAHTTEXT

Overview of the Excel BAHTTEXT Function

The Excel BAHTTEXT function is used to convert a numeric value into Thai text with the Baht currency. This function is especially useful in financial documents where displaying values in Thai currency is needed. For further details, refer to Microsoft’s official BAHTTEXT function documentation.

Syntax

=BAHTTEXT(number)

Arguments

  • number: (Required) The numeric value you want to convert into Thai Baht text.

Version

Available in all versions of Excel.

Purpose

The Excel BAHTTEXT function converts a number to Thai text representation, appending “Baht” at the end, which is useful for displaying monetary values in Thai language and currency format.

=BAHTTEXT(number)

Examples of the Excel BAHTTEXT Function

Example 1: Converting a Simple Number to Thai Baht Text

Let’s convert the numeric value in cell B4 to Thai Baht text.

Excel BAHTTEXT Function Example 1

The formula we have in cell B6 is:

=BAHTTEXT(B4)

Explanation:

  • If B4 contains 1500, the function will display the equivalent Thai Baht text for “1,500 Baht”.

Example 2: Using BAHTTEXT with Currency Calculations

Now, suppose you want to calculate a 7% tax on a base value in B4 and then convert the total amount to Thai Baht text:

Excel BAHTTEXT Function Example 2

The formula we have in cell B6 is:

=BAHTTEXT(B4 * D4)

Explanation:

  • If B4 is 1500, this formula calculates 1,000 * 1.07 = 1,070 and displays the result as Thai Baht text for “1,070 Baht”.

Example 3: Nested BAHTTEXT with Conditional Logic

Suppose you want to convert a number to Thai Baht text only if a cell, B6, is marked Yes:

The formula we have in cell B6 is:

=IF(D4=“Yes”,BAHTTEXT(B4), “Conversion not selected”)

Explanation:

  • If D4 equals “Yes”, the formula converts the B4 value to Thai Baht text; otherwise, it displays “Conversion not selected.”

Notes

  • Display Limitations: The BAHTTEXT function is specific to Thai currency, and no other currency symbols or text can be added.
  • Financial Applications: This function is valuable for those working with Thai currency in invoices or financial documents.
  • Official Documentation: For more information and use cases, see Microsoft’s BAHTTEXT function documentation.

Author

Kyle Stott

Kyle Stott

Certified Microsoft Excel Expert

Kyle has worked professionally with Microsoft Excel for over a decade and has been consulting on and teaching best practices in Microsoft Excel to over 400 companies across 30+ countries.

Want to learn more?

Join My Excel Academy Today!

This All-Access Pass Includes:

Excel Academy Bundle

30-Day Money-Back Guarantee

Want to learn more?

Join My Excel Academy Today!

Excel Academy Bundle

All-Access Pass Includes:

30-Day Money-Back Guarantee

Excel Academy Bundle

Want to learn more?

Join My Excel Academy Today!

30-Day Money-Back Guarantee

This all-access pass includes:

Don’t hesitate – join now!

Have any questions?

View our Frequently Asked Questions or contact us!