Ever wonder what your birthday looks like expressed in roman numerals? Want to display your travel expenses using Thai?
Use these functions to convert numbers to their respective lingo.
Formula | Description | Example | Result |
BAHTTEXT | Converts number to Thai text | =BAHTTEXT(451) | สี่ร้อยห้าสิบเอ็ดบาทถ้วน (Four Hundred and Fifty-one) |
ARABIC | Convert Roman Numeral to Arabic | =ARABIC(MCDXCII) | 1492 |
ROMAN | Convert Number to Roman Numeral | =ROMAN(1984 , [0] )* | MCMLXXXIV |
*ROMAN, has an optional argument, format . When format is included, the number is expressed differently, ranging from classic (0) to simplest (4). When this argument is omitted, the classical format is displayed.
Cheers!
hɔuᴉnb
Additional reading:
Comments and questions are always welcome!