+ Reply to Thread
Results 1 to 4 of 4

Formatting large number to display rounded $

  1. #1
    Registered User
    Join Date
    01-28-2010
    Location
    birmingham
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    36

    Formatting large number to display rounded $

    In cell S2, I have a large number (formatted as number) and I need it to stay that way = 120800000

    In the next column I am trying to make the number appear as, $ 120.8M

    Formulae =IF(S2>=1000000000,TEXT(S2,"$ #.,,,")&"B",IF(S2>=1000000,TEXT(S2,"$ #.,,")&"M",IF(S2>=1000,TEXT(S2,"$ #.,")&"K",TEXT(S2,"$ ###"))))

    However in T2 - it appears as $ 120.M - missing the 8 out.

    Any ideas on where I am going wrong in the above function?

    Thanks.

  2. #2
    Registered User
    Join Date
    01-28-2010
    Location
    birmingham
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    36

    Re: Formatting large number to display rounded $

    Sorry forgot to mention - and the same if number is; 11419648000

    It is appearing as $11.B - Ideally I would like it to say $11.4B.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formatting large number to display rounded $

    Try

    $#.##,," M"

    Source: http://www.techrepublic.com/blog/mic...read-millions/
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    01-28-2010
    Location
    birmingham
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    36

    Re: Formatting large number to display rounded $

    Ah that seems to have done the trick!

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Display rounded number but don't use rounding in calculation
    By darxide23 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2013, 03:47 PM
  2. syntax for comparing a rounded number to a rounded list
    By stockgoblin42 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2013, 10:12 AM
  3. [SOLVED] Conditional Formatting to Show whether the Displayed Number is Rounded
    By sskgintl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-20-2013, 10:12 PM
  4. Replies: 0
    Last Post: 12-14-2005, 03:00 PM
  5. [SOLVED] RE: Large integers in excel 2003 are rounded ?? Is this a BUG ?
    By Peter Ellis in forum Excel General
    Replies: 0
    Last Post: 12-14-2005, 02:55 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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1