+ Reply to Thread
Results 1 to 3 of 3

How do I automatically convert $1,234,555,678.05 to $1.5 billion?

  1. #1
    Daisy1112
    Guest

    How do I automatically convert $1,234,555,678.05 to $1.5 billion?

    I have a column of different dollar amounts that I would like to have
    automatically rounded to 1 decimal with the billion or million after it.

    For example: $1,234,555,678.05 automatically converted to $1.5 billion in
    another column.

  2. #2
    Bob Phillips
    Guest

    Re: How do I automatically convert $1,234,555,678.05 to $1.5 billion?

    Use =CEILING(L1,500000000) and format as #.0,,,"billion"

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "Daisy1112" <[email protected]> wrote in message
    news:[email protected]...
    > I have a column of different dollar amounts that I would like to have
    > automatically rounded to 1 decimal with the billion or million after it.
    >
    > For example: $1,234,555,678.05 automatically converted to $1.5 billion in
    > another column.




  3. #3
    CLR
    Guest

    RE: How do I automatically convert $1,234,555,678.05 to $1.5 billion?

    ="$"&CEILING(A1,500000000)/1000000000&" Billion"

    Vaya con Dios,
    Chuck, CABGx3



    "Daisy1112" wrote:

    > I have a column of different dollar amounts that I would like to have
    > automatically rounded to 1 decimal with the billion or million after it.
    >
    > For example: $1,234,555,678.05 automatically converted to $1.5 billion in
    > another column.


+ 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