Calculation Limits

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