How can you convert a number to its written-equivalent in a formula?
For example, 10000
is converted to Ten Thousand
.
Converts values of different data types into a string representation of the value.
You want to use the ToWords()
and ProperCase()
functions.
//{@Convert}
// returns Ten Thousand
ProperCase( ToWords(10000, 0) )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With