+ Reply to Thread
Results 1 to 4 of 4

Is there a formula to show $5,000,000 as $5M?

  1. #1
    ExcelHelp
    Guest

    Is there a formula to show $5,000,000 as $5M?

    I am looking for an easy way to convert $M values to eliminate the 6 zeros.

    Thanks.

  2. #2
    Sheila D
    Guest

    RE: Is there a formula to show $5,000,000 as $5M?

    You could try something like this:
    =IF(RIGHT(A1,6)="000000",A1/1000000&"M",A1)

    unless someone has a better idea....

    Sheila

    "ExcelHelp" wrote:

    > I am looking for an easy way to convert $M values to eliminate the 6 zeros.
    >
    > Thanks.


  3. #3
    Dana DeLouis
    Guest

    Re: Is there a formula to show $5,000,000 as $5M?

    Another option:
    =TEXT(A1,"$ #,, ""M""")

    Another option would be to keep the value in the cell, and use a similar
    Custom format.

    --
    Dana DeLouis
    Win XP & Office 2003


    "ExcelHelp" <[email protected]> wrote in message
    news:[email protected]...
    >I am looking for an easy way to convert $M values to eliminate the 6 zeros.
    >
    > Thanks.




  4. #4
    Bob Tarburton
    Guest

    Re: Is there a formula to show $5,000,000 as $5M?

    On Thu, 3 Mar 2005 13:39:27 -0500, "Dana DeLouis"
    <[email protected]> wrote:

    >Another option:
    > =TEXT(A1,"$ #,, ""M""")
    >
    >Another option would be to keep the value in the cell, and use a similar
    >Custom format.

    Custom format
    $ 0,,\M


+ 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