How can I convert digits to alpha text?

R

Richard Selzer

I want to take a numerical value in a cell of Excel and use it in a form
which calls for the value to be in alpha text. ie.

$125.00 should be converted to:

One hundred twenty-five dollars and 00/100
 
Top