Skip to main content
 

How to format numbers in thousands, million or billions in Excel?

Author: Xiaoyang Last Modified: 2023-10-17

Supposing, you have a list of large numbers, now, you want to format them in thousands, millions or billions to make them look neat and concise as following screenshot shown. This article, I will talk about how to format numbers in thousands, millions or billions quickly in Excel.


Format numbers in thousands, millions, billions separately with Format Cells function

In Excel, you can create custom format with the Format Cells feature to solve this task, please do as follows:

1. Select the list of numbers which you want to format.

2. Then right click, and choose Format Cells from the context menu, see screenshot:

3. In the Format Cells dialog box, under the Number tab, select Custom from the left pane, in the Type text box, enter the below format code as you need:

  • Format numbers in thousand: 0, "K"
  • Format numbers in millions: 0,,"M"
  • Format numbers in billions: 0,,,"B"

4. Then click OK to close the dialog box, and your numbers have been formatted in thousands, millions or billions as following screenshot shown:

  • Tips: If you want to format the numbers in thousands or millions with commas as following screenshot shown, please apply this format: #,##0,"K" or #,##0,,"M" into the Format Cells dialog box.


Format numbers in thousands, millions, billions based on numbers with Format Cells function

If you want to format the numbers in thousands, millions or billions based on the specific numbers instead of only one number format. For example, to display 1,100,000 as 1.1M and110,000 as 110.0K as following screenshot shown.

1. Select the cells contain the numbers you want to format, and then right click Format Cells option from the context menu.

2. In the Format Cells dialog box, under the Number tab, select Custom from the left pane, in the Type text box, enter this format code: [<999950]0.0,"K";[<999950000]0.0,,"M";0.0,,,"B", see screenshot:

3. Then click OK button, and all the numbers have been formatted as the desired format based on the numbers, see screenshot:


Convert abbreviative numbers to normal long numbers (1K = 1000) with formula

Sometimes, you want to do the opposite operation to convert the abbreviative numbers to normal long numbers as below screenshot shown:

Please enter or copy the below formula into a blank cell where you want to get the result:

=IF(ISTEXT(A2),10^(LOOKUP(RIGHT(A2),{"B","K","M"}, {9,3,6}))*LEFT(A2,LEN(A2)-1),A2)

Then, drag the fill handle down to the cells you want to apply this formula, and all the abbreviative numbers have been formatted to the normal long numbers as you need, see screenshot:


More relative format clles articles:

  • Format Number As Ordinal (1st 2nd 3rd ) In Excel
  • In some cases, we need to format number as 1st, 2nd, 3rd, etc. when we rank as below screenshot shown. However, do you know how to format these cardinal numbers as ordinal numbers in Excel? In general, there is no built-in function to convert number as 1st in Excel, but, here I can introduce some tricks on this problem.
  • Apply Data Validation To Force Phone Number Format In Excel
  • May be, there are various phone number formats can be used when typing into the Excel workbook. But, how could you only allow one phone number format to be entered in a column of worksheet? For example, I just want the phone number as this format 123-456-7890 to be allowed entering in a worksheet.
  • Validate Email Addresses In A Column Of Worksheet
  • As we all known, a valid email address is composed of three parts, the user name, the "at symbol" (@), and the domain. Sometimes, you just allow others to enter only the email address format text into a specific column of worksheet. Is it possible to achieve this task in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!