+ Reply to Thread
Results 1 to 6 of 6

How do you convert numbers to real text

  1. #1
    Harry
    Guest

    How do you convert numbers to real text

    I want to convert numbers to real text to print on checks.

    1 = One
    1234.50 = One Thousand Two Hundred Thirty Four & 50/100

    Does anyone know how to do this?

  2. #2
    Rowan
    Guest

    Re: How do you convert numbers to real text

    See:

    http://support.microsoft.com/default...b;en-us;213360

    Regards
    Rowan

    Harry wrote:
    > I want to convert numbers to real text to print on checks.
    >
    > 1 = One
    > 1234.50 = One Thousand Two Hundred Thirty Four & 50/100
    >
    > Does anyone know how to do this?


  3. #3
    Paul B
    Guest

    Re: How do you convert numbers to real text

    Harry, have a look here,

    http://www.xldynamic.com/source/xld.xlFAQ0004.html

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "Harry" <Harry@discussions.microsoft.com> wrote in message
    news:9E175FAE-CB97-440A-9317-7E16334F1B4C@microsoft.com...
    > I want to convert numbers to real text to print on checks.
    >
    > 1 = One
    > 1234.50 = One Thousand Two Hundred Thirty Four & 50/100
    >
    > Does anyone know how to do this?




  4. #4
    Shatin
    Guest

    Re: How do you convert numbers to real text

    Check out this link:

    http://www.ozgrid.com/VBA/ValueToWords.htm

    "Harry" <Harry@discussions.microsoft.com> wrote in message
    news:9E175FAE-CB97-440A-9317-7E16334F1B4C@microsoft.com...
    > I want to convert numbers to real text to print on checks.
    >
    > 1 = One
    > 1234.50 = One Thousand Two Hundred Thirty Four & 50/100
    >
    > Does anyone know how to do this?




  5. #5
    Ron Rosenfeld
    Guest

    Re: How do you convert numbers to real text

    On Sun, 11 Sep 2005 20:23:03 -0700, "Harry" <Harry@discussions.microsoft.com>
    wrote:

    >I want to convert numbers to real text to print on checks.
    >
    >1 = One
    >1234.50 = One Thousand Two Hundred Thirty Four & 50/100
    >
    >Does anyone know how to do this?


    1. Download and install Laurent Longre's free morefunc.xll from
    http://xcell05.free.fr/

    2. Use this formula:

    =NBTEXT(A1,,2)&" & "&TEXT(MOD(A1,1),"00/100")


    --ron

  6. #6
    exceluserforeman
    Guest

    RE: How do you convert numbers to real text

    Try my NumbersToLongText Utility.

    Select the cell you want to convert

    http://www.geocities.com/excelmarksw...ToLongText.xls

    Can be used in any open workbook.

    -- Mark
    PS I am currently working on a conversion utility to convert Long Text to
    Numbers.

    Maybe ready in early February 2006

    "Harry" wrote:

    > I want to convert numbers to real text to print on checks.
    >
    > 1 = One
    > 1234.50 = One Thousand Two Hundred Thirty Four & 50/100
    >
    > Does anyone know how to do this?


+ 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