+ Reply to Thread
Results 1 to 14 of 14

Can digits convert into word automatically ?

  1. #1
    Registered User
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    39

    Can digits convert into word automatically ?

    Is there any formula to write digits convert into word ?
    Eg: - Can 1020 Convert into "One thousand twenty" with the help of any formula ?
    Last edited by VBA Noob; 04-27-2009 at 12:52 PM.
    This site work as

  2. #2
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664

    Re: Can digits convert into word automatically ?

    Hi there,

    You'll need to implement some VBA to do this. If you search around on Google there's a few links that might help. Here's a couple to get you started:

    http://www.meadinkent.co.uk/xlnumberstext.htm
    http://www.ozgrid.com/VBA/ValueToWords.htm

    HTH,

    SamuelT

  3. #3
    Registered User
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    39

    Wink Re: Can digits convert into word automatically ?

    Thanks a lot...

  4. #4
    Forum Contributor
    Join Date
    04-18-2009
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2016
    Posts
    269

    Thumbs up Re: Can digits convert into word automatically ?

    Hi Premmadaan,

    Check out the attached file. Just select the numbers you wish to convert to words and press the button. It is customized with 'Rupees' and 'Paise' as currency .

    --Karan--
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Can digits convert into word automatically ?

    try the morefunctions add in it has a handy NBTEXT function
    used simply as =NBTEXT(A1)
    1234 converts to One thousand two hundred thirty-four
    download from here
    http://xcell05.free.fr/morefunc/english/
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Registered User
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    39

    Re: Can digits convert into word automatically ?

    Quote Originally Posted by karan View Post
    Hi Premmadaan,

    Check out the attached file. Just select the numbers you wish to convert to words and press the button. It is customized with 'Rupees' and 'Paise' as currency .

    --Karan--
    Its not working

  7. #7
    Forum Contributor
    Join Date
    04-18-2009
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2016
    Posts
    269

    Thumbs up Re: Can digits convert into word automatically ?

    Hi Premmadaan,

    Did you enable macros?

    If you are using Excel 2003, you need to turn the security to medium by selecting Tools >> Macros >> Security >> Medium and then restart Excel and choose to 'Enable Macros'.

    It would surely work.

    --Karan--

  8. #8
    Registered User
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    39

    Wink Re: Can digits convert into word automatically ?

    Thanks a lot
    Now its working..

    It willl really help full to me..

    Thanks again

  9. #9
    Registered User
    Join Date
    12-29-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Can digits convert into word automatically ?

    Quote Originally Posted by Premmadaan View Post
    Thanks a lot
    Now its working..

    It willl really help full to me..

    Thanks again
    I am new user to this,

    I Have Checked above mentioned .xls file, it is very good, it is shown in billion format, is there any formulae for convert numbers to words(Indian rupees)

    For Example,

    111,11,11,111.10 is "One hundread crores eleven lakhs eleven thousand one hundread eleven rupees and ten piasa only"



    Thanking you all


    Regards
    Ashokchary

  10. #10
    Forum Contributor
    Join Date
    04-18-2009
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2016
    Posts
    269

    Re: Can digits convert into word automatically ?

    Refer this file. This gives the output in lakhs & crores.

    Type '=spellindiantotal(any number)' to get the desired output. Make sure you enable macros.

    --Karan--
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    01-05-2012
    Location
    INDIA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Can digits convert into word automatically ?

    Quote Originally Posted by karan View Post
    Refer this file. This gives the output in lakhs & crores.

    Type '=spellindiantotal(any number)' to get the desired output. Make sure you enable macros.

    --Karan--
    Thanks Karan,

    Can you help to design a Macro for converting 1,719,180,288.00 to One Hundred Seventy One Crore Ninety One Lakh Eighty Thousand Two Hundred Eighty Eight.

    I'm using Excel 2007

    Regards

  12. #12
    Registered User
    Join Date
    03-20-2012
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Red face Re: Can digits convert into word automatically ?

    Quote Originally Posted by karan View Post
    Refer this file. This gives the output in lakhs & crores.

    Type '=spellindiantotal(any number)' to get the desired output. Make sure you enable macros.

    --Karan--
    good work guy.

  13. #13
    Registered User
    Join Date
    11-06-2012
    Location
    Patna
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Can digits convert into word automatically ?

    Is there any formula to conver digits convert into word ?

  14. #14
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Can digits convert into word automatically ?

    Chandan,

    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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