+ Reply to Thread
Results 1 to 16 of 16

excel numbers in to text

  1. #1
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Post excel numbers in to text

    Dear friends i want to change numeric values into English words..for that i have tried this & it's work for me......
    http://support.microsoft.com/kb/213360

    I'm from oman.so here currency is not a dollars.here we are using Riyals...
    Dollars = Riyals
    Cents = Baisas

    1 Riyal = 1000 Baisa

    above VB code working only with two decimal places...but i need to change that to 3 decimal place..

    if i want to change 120.525 above code changing as below..

    120.525 - one hundred twenty riyals & fifty two baisas...

    but it should be..
    120.525 = one hundred twenty riyals & five hundred twenty five baisas..

    pls help me to edit above code.thanks in advance...
    Last edited by johncena; 04-16-2011 at 09:34 AM.

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: excel numbers in to text

    See my example code here, you can specify currency in it
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Re: excel numbers in to text

    Quote Originally Posted by royUK View Post
    See my example code here, you can specify currency in it
    sorry sir your code has 3 parts(pound,pence & cents).but i have only two (Reyals & Baisas)..
    how i have to use this code..pls tell me i didn't understand anything.....

  4. #4
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: excel numbers in to text

    Heres one I made earlier

    In the demo workbook Select Currency from Drop-Down in A2

    This will convert all to words
    Please Login or Register  to view this content.

    This will convert the principal unit to words and the minor unts as a number
    Please Login or Register  to view this content.

    Change "&" to change the separators e.g. "-" or "and" etc, if ommitted the default is "and"

    The default is
    Please Login or Register  to view this content.
    This will convert the principal unit to words and the minor unts as a number and use "and" as a separator.

    Hope this helps
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  5. #5
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Re: excel numbers in to text

    Quote Originally Posted by Marcol View Post
    Heres one I made earlier

    In the demo workbook Select Currency from Drop-Down in A2

    This will convert all to words
    Please Login or Register  to view this content.

    This will convert the principal unit to words and the minor unts as a number
    Please Login or Register  to view this content.

    Change "&" to change the separators e.g. "-" or "and" etc, if ommitted the default is "and"

    The default is
    Please Login or Register  to view this content.
    This will convert the principal unit to words and the minor unts as a number and use "and" as a separator.

    Hope this helps
    where i have to put values..

  6. #6
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: excel numbers in to text

    The values are in column A in the demo workbook.

    Put your values in column A in this workbook.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Post Re: excel numbers in to text

    Quote Originally Posted by Marcol View Post
    The values are in column A in the demo workbook.

    Put your values in column A in this workbook.
    thanks .but I'm facing to same problem.. R 120.525 your formula making like this..
    Please Login or Register  to view this content.
    but i need like this..
    Please Login or Register  to view this content.

  8. #8
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: excel numbers in to text

    Okay I see your problem now, give me an hour or so.

  9. #9
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Re: excel numbers in to text

    Quote Originally Posted by Marcol View Post
    Okay I see your problem now, give me an hour or so.
    no problem friend take your time.thanks a lot for your all efforts....

  10. #10
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: excel numbers in to text

    Okay try this, check the Baisas, I'm not sure how you write them in numbers and read them back.

    Put your values in column A in this workbook
    Change the arguements with the drop-downs in A2 & B2

    This will convert all to words
    Please Login or Register  to view this content.

    This will convert the Riyals to words and leave the Baisas as a number
    Please Login or Register  to view this content.

    Change "&" to change the separators e.g. "-" or "and" etc, if ommitted the default is "and"

    The default is
    Please Login or Register  to view this content.
    This will convert the Riyals to words and leave the Baisas as a number and use "and" as a separator.

    Hope this helps
    Attached Files Attached Files
    Last edited by Marcol; 04-16-2011 at 09:23 AM.

  11. #11
    Forum Contributor
    Join Date
    02-14-2010
    Location
    oman
    MS-Off Ver
    Excel 2003
    Posts
    384

    Re: excel numbers in to text

    Quote Originally Posted by Marcol View Post
    Okay try this, check the Baisas, I'm not sure how you write them in numbers and read them back.

    Put your values in column A in this workbook
    Change the arguements with the drop-downs in A2 & B2

    This will convert all to words
    Please Login or Register  to view this content.

    This will convert the Riyals to words and leave the Baisas as a number
    Please Login or Register  to view this content.

    Change "&" to change the separators e.g. "-" or "and" etc, if ommitted the default is "and"

    The default is
    Please Login or Register  to view this content.
    This will convert the Riyals to words and leave the Baisas as a number and use "and" as a separator.

    Hope this helps
    ohh thanks a lot friend.now it's work very well..thanks a million...

  12. #12
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: excel numbers in to text

    Happy to have helped

    TIP
    Don't quote whole posts in your replies, the moderators don't like it.....

    Only quote posts if they are relevant to some query, and then only quote the relevant part of the post.

  13. #13
    Registered User
    Join Date
    06-27-2011
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: excel numbers in to text

    Hi friends

    I am from India. I wish to know if a numerical value, Rs.123456.78/-, i want this number to be converted into words / text to read as Indian Rupees One hundred Twenty Three Thousand Four Hundred Fifty Six and Paise Seventy Eight.

    Kindly help

    thanks in advance
    shankaran

  14. #14
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: excel numbers in to text

    Hi,

    Please take a moment to familiarise yourself with the forum rules.

    2. Don't post a question in the thread of another member -- start your own. If you feel it's particularly relevant, provide a link to the other thread.
    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  15. #15
    Registered User
    Join Date
    09-21-2015
    Location
    muscat
    MS-Off Ver
    2007
    Posts
    5

    Re: excel numbers in to text

    Hi,
    Greetings,

    I'm from oman. Here we are using Riyals...


    1 Riyal = 1000 Baisa

    I want to know how to convert numeric of Omani Riyal Into word in excel..

    Example;-
    120.525 = one hundred twenty riyals & five hundred twenty five baisas..

    pls help me...

  16. #16
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: excel numbers in to text

    moijul welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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