How do I convert 1,000,000 into 1M?

hgh1_us

New Member
Joined
Mar 4, 2006
Messages
12
Office Version
  1. 2019
Platform
  1. MacOS
  2. Mobile
I thought I would put my question in the subject line to make it easier to answer.

I have large Market Cap numbers such as 2,500,000,000 and I would like them to be easier to read. So 2,500,000,000 could look like 2.5B or 2,500M something like that. I am sure there is a simple formula for this, but can't find it quickly..

Thank you..
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Use custom number formats (press CTRL + 1 to bring up the format cells dialog box, choose the number tab, and click "custom" on the left side). Under "Type" enter one of these:

#,##0.00,,,"B" for Billions with two decimals
#,##0.0,,"MM" for Millions with one decimal
#,##0,"K" for Thousands with no decimals
 
Upvote 0
Use custom number formats (press CTRL + 1 to bring up the format cells dialog box, choose the number tab, and click "custom" on the left side). Under "Type" enter one of these:

#,##0.00,,,"B" for Billions with two decimals
#,##0.0,,"MM" for Millions with one decimal
#,##0,"K" for Thousands with no decimals

Thank you so much OakTree!! :)
 
Upvote 0
Hi,

If you're interested in combining all 3 cell formatting rules, you can use this:

[>=1000000000]#,##0.00,,,"B";[>=1000000]#,##0.00,,"M";#,##0.00,"K"
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top