Calculation Limits

Mar 06, 2024 6:50 PM
Mar 14, 2024 3:41 PM

Google Sheets does not natively support a way to convert numbers into their written form. However, by using the BAHTTEXT function in conjunction with GOOGLETRANSLATE we can approximate a written form.

Syntax

SUBSTITUTE(GOOGLETRANSLATE(BAHTTEXT([number])), " baht", )

Notes