+ Reply to Thread
Results 1 to 3 of 3

converting #dollars into word dollars?

  1. #1
    hotrodenford
    Guest

    converting #dollars into word dollars?

    I am creating a work order page for the company i work for. i want the dollar
    sum of a column ($525.62) to be converted into words (Five Hundred twenty
    five dollars and sixty two cents) in a seperate cell. im dooing this for
    security so the numbers cant be fudged. Is this posable with a formula? The
    output dosent have to be that exact format but something close.

    thanks
    excel 2003

  2. #2
    Dave R.
    Guest

    Re: converting #dollars into word dollars?

    See here:

    http://support.microsoft.com/default...EN-US;Q213360&


    "hotrodenford" <[email protected]> wrote in message
    news:[email protected]...
    > I am creating a work order page for the company i work for. i want the

    dollar
    > sum of a column ($525.62) to be converted into words (Five Hundred twenty
    > five dollars and sixty two cents) in a seperate cell. im dooing this for
    > security so the numbers cant be fudged. Is this posable with a formula?

    The
    > output dosent have to be that exact format but something close.
    >
    > thanks
    > excel 2003




  3. #3
    Abdul Hameed
    Guest

    Re: converting #dollars into word dollars?

    Have a Look on this link:
    http://support.microsoft.com/default.aspx?scid=kb;[LN];Q95640



    To put in this function, from your workbook right-click the workbook's icon
    and pick View Code. This icon is to the left of the "File" menu this will
    open the VBA editor, in the left hand window click on your workbook name, go
    to insert, module, and paste the code in the window that opens on the right
    hand side, press Alt and Q to close this window and go back to your
    workbook. If you are using excel 2000 or newer you may have to change the
    macro security settings to get the macro to run.



    then use something like this in a cell



    =ConvertCurrencyToEnglish(5.25)

    or

    =ConvertCurrencyToEnglish(A4)

    Abdul Hameed


    "hotrodenford" <[email protected]> wrote in message
    news:[email protected]...
    >I am creating a work order page for the company i work for. i want the
    >dollar
    > sum of a column ($525.62) to be converted into words (Five Hundred twenty
    > five dollars and sixty two cents) in a seperate cell. im dooing this for
    > security so the numbers cant be fudged. Is this posable with a formula?
    > The
    > output dosent have to be that exact format but something close.
    >
    > thanks
    > excel 2003




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1