number to words

vivekshanghvi

New Member
Joined
Sep 14, 2006
Messages
36
Office Version
  1. 2007
Platform
  1. Windows
any idea how to convert a given number into words?
eg
45000.65
to forty five thousand and sixty five cents only
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Good morning vivekshanghvi

There is a macro here that will do what you require giving the result in dollars / cents :

http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q213360

If you don't fancy using the macro, you can download my add in from the link below which has a custom written function which, when installed can give the result in USD, GBP, EUR, INR or none. The syntax you would use would be :

=SPELLNUMBER(A1,"USD")

HTH

DominicB
 
Upvote 0
Hi garymu16

Not that I'm aware of. It would be a lot more difficult the other way round because you would try and extract whole words (not single digit numbers) and there are different ways of writing the numbers (Americans tend to use "one hundred fourteen", British would use "one hundred and fourteen") there are also various commas (or not to contend with). In addition to this, the numbers to words question comes up often, but rarely the other way around.

If you find one please feel free to post it.

DominicB
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,743
Members
449,094
Latest member
dsharae57

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