Round Numbers to Millions in Excel (With Examples)

The use of round numbers in Excel is essential for working with large amounts of data in an efficient and organized manner. Round numbers are used to simplify calculations and reduce redundant data. Excel offers several ways to round numbers, including rounding to the nearest million. This is especially useful when dealing with large numbers, such as national debt or population figures. By rounding to millions, we can quickly and accurately compare and analyze data without having to work with the full precision of the original figures.

For example, the population of the United States in 2020 was 331,449,281. By rounding this number to the nearest million, we get 331 million. This makes it much easier to compare the population of the US to other countries. For instance, if we wanted to compare the population of the US to that of India, we would get a much more accurate comparison if we used the rounded number for each country. India’s population in 2020 was 1,380,004,385. When rounded to the nearest million, this number becomes 1.38 billion. This makes it much easier to compare the population of the two countries.

Rounding to the nearest million can also be used to quickly calculate the approximate value of large sums of money. For example, if a company has an annual revenue of $1,250,842,398, we can quickly round this number to $1.25 billion. This makes it much easier to compare the company’s revenue to similar companies without having to do complex calculations.

In conclusion, rounding numbers to the nearest million is an important and useful tool in Excel. It allows us to quickly and accurately compare and analyze large amounts of data, as well as quickly calculate approximate values of large sums of money.


You can use the following formulas to round numbers to millions in Excel:

Formula 1: Round Number to Nearest Million

=ROUND(B2,-6)

This particular formula rounds the number in cell B2 to the nearest million.

For example, if cell B2 contained 1,453,000 then this formula would return 1,000,000.

Formula 2: Round Number to Nearest Million with One Decimal Place

=ROUND((B2/1000000),1)&"M"

This particular formula rounds the number in cell B2 to the nearest million with one decimal place.

For example, if cell B2 contained 1,453,000 then this formula would return 1.5M.

Formula 3: Round Number to Nearest Million with One Decimal Place and Dollar Sign

="$"&ROUND((B2/1000000),1)&"M"

This particular formula rounds the number in cell B2 to the nearest million with one decimal place.

For example, if cell B2 contained 1,453,000 then this formula would return $1.5M.

The following example shows how to use each of these formulas in practice.

Example: Round Numbers to Millions in Excel

Suppose we have the following dataset in Excel that shows the annual salary of various athletes:

  • C2: =ROUND(B2,-6)
  • D2: =ROUND((B2/1000000),1)&”M”
  • E2: =”$”&ROUND((B2/1000000),1)&”M”

We can then click and drag these formulas down to each remaining cell in each column:

Excel round number to millions

Columns C, D and E now display the numbers in column B rounded to the nearest million in various formats.

Note that you can also round to a different number of decimal places by changing the value of the last argument in the ROUND function.

For example, you could use the following formula to round each number to the nearest million with two decimal places instead:

=ROUND((B2/1000000),2)&"M"

For example, if cell B2 contained 1,453,000 then this formula would return 1.45M.

In conclusion, rounding numbers to millions in Excel is a relatively easy process that can be accomplished with three different formulas. With these formulas, you can round to the nearest million, one decimal place, and with a dollar sign in front. Each formula is simple to use and can be applied to large datasets quickly and easily.

x