Value to Text

tum_99

New Member
Joined
May 7, 2002
Messages
2
I am looking for a function which can convert/translate the value into text. For example, if I have a value "1000" in cell A1 then I would it to display "one thousand dollar" in cell B1. Can anyone suggest me how to do it automatically as I have to do it manually in thousand of cells.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Thank you. On My computer "SpellNumber" function does not work. Do you know why? But the other example works.
 
Upvote 0
Tum,

it's a user-defined function, not an in-built one...

if you scroll down on that sheet, it gives you the code you need to enter in your VBA module thingy before it will work by just typing =SPELLNUMBER

if you follow the link in Aladin's suggestion, it has an addin that has already done all this for you (and a whole lot more), which I personally think is more convenient

anyhow,
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,560
Latest member
Torchwood72

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