Overview
Follow the steps below to convert numbers automatically into words using Advanced Document Automation in 8amโข MyCase.
Convert Numbers Automatically Into Words
Step 1: Create a "Selling Price" field
Here we'll just create a regular number field.
Step 2: Create the "Spell - Selling Price" field
When creating the "Spell- Selling Price" field, instead of selecting "Number" as the field type, select "Formula." Then in the formula input box type:
NUMBERSTOWORDS({Selling Price})
If you type 654,000 into your Number field, your Formula field will automatically produce: six hundred fifty-four thousand
Capitalize Every Word:
For additional formatting add the
PROPER
syntax:PROPER(NUMBERSTOWORDS({Selling Price}))
โIf you type 654,000 into your Number field, your Formula field will automatically produce: Six Hundred Fifty-four Thousand
All Caps
For additional formatting add the
UPPER
syntax:UPPER(NUMBERSTOWORDS({Selling Price}))
โIf you type 654,000 into your Number field, your Formula field will automatically produce: SIX HUNDRED FIFTY-FOUR THOUSAND
โ
Find more Formula use cases below: