+ Reply to Thread
Results 1 to 14 of 14

how to convert numbers to letters

  1. #1
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216

    how to convert numbers to letters

    i want to convert numbers to letters in the excel Sheet
    I.E: when the number is 1000.00$ it write in another cell
    on thousand dollar only

    1500.00$ one thousand five hundred dollar only

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,565
    Hi there,

    The UDF at http://www.meadinkent.co.uk/xlnumberstext.htm should do the trick.

    HTH

    Robert

  3. #3
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by Trebor76
    Hi there,

    The UDF at http://www.meadinkent.co.uk/xlnumberstext.htm should do the trick.

    HTH

    Robert
    Hi Robert ... thanks for ur help , but i dont know why it gives me this error (value) and open the debug ,, infact i don't know about VBA , so do u have any idea about why it returns that error ?!!!
    I attached the file here
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by nasser
    Hi Robert ... thanks for ur help , but i dont know why it gives me this error (value) and open the debug ,, infact i don't know about VBA , so do u have any idea about why it returns that error ?!!!
    I attached the file here
    look here for a complete guide.

    http://support.microsoft.com/kb/213360

  5. #5
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by starguy
    look here for a complete guide.

    http://support.microsoft.com/kb/213360
    Dear , this link helped me alot and it's working so well BUT with 2 decimals only
    i changed the name of the currenct but I don't know how to change it and make it read the Cents as 3 numbers (1.123) or even to write it back as it is
    so i'm trying to do one of those 2 examples :
    1- to read 1.123 as One Dollar and 123 cents Only
    2- to read 1.123 as one Dollar and one hundred twenty three Cents Only

    so is there anyway to make those 2 examples come true ??!!

    thanks for ur help

  6. #6
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by nasser
    Dear , this link helped me alot and it's working so well BUT with 2 decimals only
    i changed the name of the currenct but I don't know how to change it and make it read the Cents as 3 numbers (1.123) or even to write it back as it is
    so i'm trying to do one of those 2 examples :
    1- to read 1.123 as One Dollar and 123 cents Only
    2- to read 1.123 as one Dollar and one hundred twenty three Cents Only

    so is there anyway to make those 2 examples come true ??!!

    thanks for ur help
    for only such small numbers (less than 10) see the attached file.
    Attached Files Attached Files

  7. #7
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by starguy
    for only such small numbers (less than 10) see the attached file.
    Sorry sir but it's not helpful as i think it should be , the one in the microsoft is good but how to make it read 3 decimals ??
    http://support.microsoft.com/kb/213360
    how to make it read the decimal digits is some of those ways :-

    123.456 to be to be read as
    1- One hundred twenty three pound and 456 fils
    or
    2- One hundred twenty three pound and four hundered fifty six fils

    any of those 2 solutions is ok

    thanks again and best regards
    Last edited by nasser; 04-06-2007 at 09:58 AM.

  8. #8
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    I Still Looking For How To Do It .. Any Suggestions ??

  9. #9
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    I wasn't think that i will be that hard to be done ...
    it's already working with 12.34 , isn't there any chance to make it read 12.345
    just to add one more decimal number
    ok no need to read it
    is there some way to make it write the numbers after the decimal as it is i mean not in letters ???

  10. #10
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,565
    Hi there,

    Try the following formula which assumes your number is in cell A1 (simply change the reference if this is not the case):

    =LEFT(spellnumber(A1),SEARCH(" and ",spellnumber(A1))-1)&" "&MID(A1,SEARCH(".",A1)+1,255)

    HTH

    Robert

  11. #11
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by Trebor76
    Hi there,

    Try the following formula which assumes your number is in cell A1 (simply change the reference if this is not the case):

    =LEFT(spellnumber(A1),SEARCH(" and ",spellnumber(A1))-1)&" "&MID(A1,SEARCH(".",A1)+1,255)

    HTH

    Robert
    Dear Trebor ..thank you so much it's working so well BUT it's not write the FILS (Cent)
    one Dinar & 123 ??

  12. #12
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    May be this link might help,

    The formula : “=spellnumber(”1234.5678″,”Dinar”,”Fils”,3)” would therefore result in “One Thousand Two Hundred Thirty Four Dinar and Five Hundred Sixty Seven Fils”

    http://www.chalouhis.com/XLBLOG/arch...ned-functions/
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  13. #13
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by oldchippy
    May be this link might help,

    The formula : “=spellnumber(”1234.5678″,”Dinar”,”Fils”,3)” would therefore result in “One Thousand Two Hundred Thirty Four Dinar and Five Hundred Sixty Seven Fils”

    http://www.chalouhis.com/XLBLOG/arch...ned-functions/
    Thanks Alot OldChippy i will try it and will reply later

    Best Regards

  14. #14
    Forum Contributor nasser's Avatar
    Join Date
    12-29-2006
    Location
    Kuwait
    MS-Off Ver
    2010-2013-2016
    Posts
    216
    Quote Originally Posted by nasser
    Thanks Alot OldChippy i will try it and will reply later

    Best Regards
    so sorry for being late , but i'm haveing some hard times after the accedent ,
    Dear Old Chippy , i'm sure u made it right but it's not wroking with me , so i visit the sites in the link that u added and i tried it from there but it not accept the formula , it tells that there is something wrong with the formula that i write and not accept it ,,,
    any suggetions ??
    sorry for late again

+ 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