how to convert amount to word in MS Word

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi GS,

One way of doing this in Word is to select the number (eg '1234') and press Ctrl-F9 to embed it in a field, thus '{1234}, then edit the field to show:
{=1234 \* CardText}
or
{=1234 \* DollarText}
depending on what you want the output to display. When you're done editing, press F9 to update the field and display its results.

Cheers
 
Upvote 0
Hi GS,

DollarText is, naturally limited to currencies that use dollars (not just USD). You could, however, use a field with a CardText switch on the integer portion of a value to extract, say 'Pounds' and then multiply the decomal part by 100 and use another field with a Cardtext switch to express the 'Pence' in words. For example, see what happens with a field coded as:
{QUOTE{ASK Value}"{=INT(Value) \* CardText} pounds and {=MOD(Value,1)*100 \* CardText} pence."}
Note: all the field braces (ie '{}') must be created in pairs via Ctrl-F9.

Cheers
 
Upvote 0

Forum statistics

Threads
1,225,681
Messages
6,186,411
Members
453,352
Latest member
OrionF

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top