Convert Numbers to Words

January 25th, 2005 | Categories: Formulas | Tags:
-->

The following is a picture of a spreadsheet using a Formula to convert a number to words:

spellnumber

You can find directions and the code to use this UDF in the Knowledge Base at:

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

If the link quits working you can also find a copy of the code at the original place I saw the tip:

The Planning Deskbook: Converting Numbers to Words

Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
  1. January 25th, 2005 at 14:10
    Reply | Quote | #1

    I put together some links about this problem:

    Numbers to Words

    I like John Walkenbach’s discusion of the cardinal number function that is built into Excel:
    =BAHTTEXT()

  2. Mark
    January 25th, 2005 at 21:18
    Reply | Quote | #2

    Thanks for both the links Doug.