+ Reply to Thread
Results 1 to 2 of 2

How do I get Arabic numbers converted to English text format?

  1. #1
    Kantoo
    Guest

    How do I get Arabic numbers converted to English text format?

    I am using Office 2003. I use Excel very frequently for my office solutions.
    There is a function viz 'BahtText' that converts Arabic number values to
    Thai Text format.
    Is there any similar function to convert the number values to English Text
    format?

    For eg. $ 500 shall be converted as "Dollars Five hundred".

  2. #2
    Ron Rosenfeld
    Guest

    Re: How do I get Arabic numbers converted to English text format?

    On Sun, 5 Mar 2006 19:26:28 -0800, Kantoo <Kantoo@discussions.microsoft.com>
    wrote:

    >I am using Office 2003. I use Excel very frequently for my office solutions.
    >There is a function viz 'BahtText' that converts Arabic number values to
    >Thai Text format.
    >Is there any similar function to convert the number values to English Text
    >format?
    >
    >For eg. $ 500 shall be converted as "Dollars Five hundred".


    You could use the NBTEXT function in the free morefunc.xll add-in written by
    Laurent Longre and available at http://xcell05.free.fr

    However, the common usage would be to convert $500 to Five Hundred Dollars, so
    if you must have the Dollars first, you may have to add some text.

    For example, with 500 in A1:

    =NBTEXT(A1,2,2,"dollar!","dollars") -->Five hundred dollars


    To display the "Dollars" first, you'd need something like:

    =IF(INT(A1)=1,"Dollar ","Dollars ")&NBTEXT(A1,2,2)

    Note that neither of the above displays "cents" as you did not specify how you
    want them displayed.






    --ron

+ 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