Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Abbreviate [Number] Billions to [#] Bn

I have a sheet that has very large numbers. What I need to do is condense
these numbers from their full format to something smaller

Example: 2,500,000,000 to 2.5B

I tried editing the number "custom" to:

#,," B"

with a decimal after the #, but the decimal just gets put to the end.
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: Abbreviate [Number] Billions to [#] Bn

  1. Select the cell or range of cells that contain the large numbers you want to abbreviate.
  2. Right-click on the selection and choose "Format Cells" from the context menu.
  3. In the Format Cells dialog box, go to the "Custom" category.
  4. In the "Type" field, enter the following custom number format: 0.0,," Bn"
  5. Click "OK" to apply the format to the selected cells.

This custom number format will display the numbers in billions with one decimal place and the "Bn" abbreviation. For example, 2,500,000,000 will be displayed as 2.5 Bn.

Note that the comma after the first zero in the format separates the thousands, while the double comma after the second zero separates the millions. The "Bn" text at the end of the format will be displayed as is.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Abbreviate [Number] Billions to [#] Bn

Perhaps
#.0,, "B"

which results in 2.5 B
or
#.0,,"B"
which results in 2.5B as per your request

--
HTH...

Jim Thomlinson


"Jarod" wrote:

I have a sheet that has very large numbers. What I need to do is condense
these numbers from their full format to something smaller

Example: 2,500,000,000 to 2.5B

I tried editing the number "custom" to:

#,," B"

with a decimal after the #, but the decimal just gets put to the end.

  #4   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Abbreviate [Number] Billions to [#] Bn

try

0.0,,," B"


"Jarod" wrote:

I have a sheet that has very large numbers. What I need to do is condense
these numbers from their full format to something smaller

Example: 2,500,000,000 to 2.5B

I tried editing the number "custom" to:

#,," B"

with a decimal after the #, but the decimal just gets put to the end.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Abbreviate [Number] Billions to [#] Bn

Try this:

0.#,,, B

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Jarod" wrote in message
...
I have a sheet that has very large numbers. What I need to do is condense
these numbers from their full format to something smaller

Example: 2,500,000,000 to 2.5B

I tried editing the number "custom" to:

#,," B"

with a decimal after the #, but the decimal just gets put to the end.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding to billions, millions, etc. Poppi Excel Worksheet Functions 2 October 4th 07 12:26 AM
I am trying to abbreviate text in my description column. Antonio Excel Worksheet Functions 3 February 28th 07 01:56 AM
countif formula to find the occurances of a number that is greater than one number but less than another steveo Excel Discussion (Misc queries) 3 July 8th 06 02:04 AM
Can I abbreviate one value in a data series? CMEknit Charts and Charting in Excel 2 June 16th 06 03:14 PM
Rounding a number to a multiple quantity that adds to a fixed total number wjlo Excel Worksheet Functions 1 November 9th 04 04:43 PM


All times are GMT +1. The time now is 01:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"