Microsoft® Excel® based database addin

 

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Imran Murtaza Guest

    Default write number amount convert to in words

    ... like for a cell content of 3,456 I want this to appear in text as '
    Three thousand four hundered fifty six'. Is it possible through some Format
    cell command in same cell or by copy - paste special type into a new cell ?
    Thnaks,
    Imran Murtaza

  2. #2
    AltaEgo Guest

    Default Re: write number amount convert to in words

    Currency?

    Here's two custom functions to get you started. One function for currency;
    one for numbers only:
    http://www.meadinkent.co.uk/xlnumberstext.htm
    http://support.microsoft.com/kb/213360

    The second URL gives instructions how to load and use the function(s). Don't
    follow the instructions too literally - copy and paste the code rather than
    type :-)


    --
    Steve

    "Imran Murtaza" <Imran Murtaza@discussions.microsoft.com> wrote in message
    news:5682D4B6-F3EC-4F8D-8831-5F0D1BC9B3E8@microsoft.com...
    > .. like for a cell content of 3,456 I want this to appear in text as '
    > Three thousand four hundered fifty six'. Is it possible through some
    > Format
    > cell command in same cell or by copy - paste special type into a new cell
    > ?
    > Thnaks,
    > Imran Murtaza



  3. #3
    Bernard Liengme Guest

    Default Re: write number amount convert to in words

    Numbers to words
    http://www.sulprobil.com/html/spellnumber.html
    1E+15 >>>>> Error (Absolute amount > 999999999999999)! <<<<<
    0,123 Zero Dollars and Twelve Cents (rounded)
    -1 Minus One Dollar and Zero Cents
    20,123 Twenty Dollars and Twelve Cents (rounded)
    -20,123 Minus Twenty Dollars and Twelve Cents (rounded)
    1,01 One Dollar and One Cent
    1000001,01 One Million One Dollars and One Cent

    http://www.contextures.com/excelfilesRon.html (VBA)
    1E+15 #ZAHL!
    0,123 No Dollars and No Cents
    -1 #WERT!
    20,123 Twenty Dollars and No Cents
    -20,123 #WERT!
    1,01 One Dollar and No Cents
    1000001,01 One Million One Dollars and No Cents

    http://support.microsoft.com/default...b;en-us;213360
    1E+15 Hundred Fifteen Dollars and No Cents
    0,123 No Dollars and Twelve Cents
    -1 One Dollar and No Cents
    20,123 Twenty Dollars and Twelve Cents
    -20,123 Hundred Twenty Dollars and Twelve Cents
    1,01 One Dollar and One Cent
    1000001,01 One Million One Dollars and One Cent

    http://www.ozgrid.com/VBA/ValueToWords.htm
    1E+15 Hundred Fifteen Dollars and No Cents
    0,123 No Dollars and Twelve Cents
    -1 One Dollar and No Cents
    20,123 Twenty Dollars and Twelve Cents
    -20,123 Hundred Twenty Dollars and Twelve Cents
    1,01 One Dollar and One Cent
    1000001,01 One Million One Dollars and One Cent

    Please note that in German Excel the "," represents the "." but you
    should get similar results.
    IMHO any serious spellnumber function should check its inputs
    thoroughly and all your suggested versions DON'T (to be fair to
    XLDynamics, I did not check recently, so that's maybe an outdated
    status of information).

    from a post by Bernd Plumhoff
    best wishes
    --
    Bernard Liengme
    Microsoft Excel MVP
    http://people.stfx.ca/bliengme

    "Imran Murtaza" <Imran Murtaza@discussions.microsoft.com> wrote in message
    news:5682D4B6-F3EC-4F8D-8831-5F0D1BC9B3E8@microsoft.com...
    > .. like for a cell content of 3,456 I want this to appear in text as '
    > Three thousand four hundered fifty six'. Is it possible through some
    > Format
    > cell command in same cell or by copy - paste special type into a new cell
    > ?
    > Thnaks,
    > Imran Murtaza



  4. #4
    Ms-Exl-Learner Guest

    Default RE: write number amount convert to in words

    Follow the below link and download the MoreFuction Addin from that and run
    the setup.

    http://download.cnet.com/Morefunc/30...-10423159.html

    After doing that open excel and goto

    Tools>>Add-Ins>Check the Morefunc(add-in Function)>>Ok

    Then go to

    Insert>>Functions>>Select a Category>>Select Morefun>>Select a
    Funcion:>>Select NBTEXT>>Ok. That's It!!!!

    Remember to Click Yes, if this post helps!

    --------------------
    (Ms-Exl-Learner)
    --------------------


    "Imran Murtaza" wrote:

    > .. like for a cell content of 3,456 I want this to appear in text as '
    > Three thousand four hundered fifty six'. Is it possible through some Format
    > cell command in same cell or by copy - paste special type into a new cell ?
    > Thnaks,
    > Imran Murtaza


Similar Threads

  1. how can i convert an amount into words.( say for example: 1= one)
    By MR.SHAH ALAM in forum Programming (VBA, VB, C# etc)
    Replies: 2
    Last Post: 03-01-2009, 05:25 PM

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