While it works as expected in most of the cases, in some cases, it can be a little counterproductive. One such area is when Excel decides to round-off numbers (arghhh). In this tutorial, I will show you how to take control and stop Excel from rounding numbers.

Why Excel Rounds Off Numbers?

Here are some possible reasons why Excel might be rounding off numbers: Now the table look at each of these scenarios and how you can stop Excel from rounding numbers in each case

Stop Rounding Number By Increasing Column Width

When you enter a number in a cell, Excel tries it’s best to fit that number in the given width of the cell. And in case the width of the column in which the number is entered is not enough, Excel does the next best thing – it rounds the number to show the value in the cell (while still keeping the original number in the cell). As you can see below in the screenshot, I have entered a large number (12354.546) which is fully visible in the formula bar, but it’s rounded off in the cell.

How to Fix this: All you need to do is increase the column width and make it wide enough so that the numbers have space to be fully displayed. To do this, place your cursor at the edge of the column header (the column alphabet). You will notice that your cursor changes into a double-pointed arrow. Double click and it would autofit the column width to accommodate the content that takes the most width.

Stop Excel from Rounding Large Numbers

When it comes to entering large numbers in Excel, there are a couple of reasons why Excel maybe rounding your large numbers.

The cell format is set to General, and only shows a specific number length The number is longer than 15 digits and any number after the 15th digit is shown as 0

Let’s go through each of these scenarios and see how we can stop Excel from rounding our numbers in each case

Changing the Cell Format from General to Number

When the cell format is set to General, Excel only shows a specific number of digits in a cell, and any number exceeding it is shown in the exponential format (also called the scientific format). Below is an example of an exponential format number in cell A2.

As you can see in the screenshot above, when I have a number that is 11 digits long, Excel has no issues showing the entire number. But when I have a number that is 12 digits long, except converts it into the exponential format. How to Fix this: This one has an easy fix. All you need to do is change the format of the cell from General to Number. Below the steps to do this: The above steps should make your numbers show up as expected. When you change the cell format to Number format, Excel automatically adds 2 digits after the decimal point. If you don’t want these, click on to Decrease decimal icon in the ribbon (it’s in the Home tab).

Also, in case you see a series of hash symbols instead of the number in the cell, simply expand the column. Once the column is wide enough to accommodate the entire number, you should see the number.

Making the Number Text to Show More than 15 Digits

Another issue that you may face when working with large numbers in Excel is that after 15 digits in a number, Excel converts any digit into 0. This is by design and Excel only considers 15 digits as significant, and any digit after that is automatically converted into a 0. This can be a problem when you are working with large numbers (such as Credit Card numbers or Order Numbers). Below is an example where when I enter the digit 1, 16 times in a cell, the first 15 instances are shown and the 16th one is converted into a 0.

Caution: Unlike other methods, it’s not that Excel is just showing me 0 after the 15th digit and has the actual number in the back end. Even in the back end, Excel converts the digits after the 15th digit into 0.   How to Handle this: To stop Excel from doing this, you need to convert your number into a text format. While Excel is pre-programmed to treat numbers in a certain way, it doesn’t mess around with the text format (thankfully). And the simplest way to do this would be to add an apostrophe before the number. This would force Excel to consider anything that follows the apostrophe as a text string, and at the same time, as soon as you hit enter the apostrophe would not be shown in the cell (so you would be able to see the entire number without the apostrophe) Below is an example, where the number in cell A1 has an apostrophe before it and shows the entire number, but the number in cell A2 does not have an apostrophe and converts the last digit into a 0

Stop Excel from Rounding Decimal Numbers / Currencies

Excel also gives the users the flexibility to decide how many digits after the decimal place should show up. This may also mean that in case you have more digits after the decimal, these would get rounded off only to show the specified number of digits. This is often the case when you’re using the currency format or the accounting format, where the numbers always show up with two digits after the decimal point. And if you have a number that has three or four or 5 digits after the decimal point, it’s rounded off to only show two digits. Below is an example where I have a number with more than two digits after the decimal, but it’s rounded and only two digits are shown

How to Fix this: This is happening because of the number format of the cells in which you have the numbers. And to stop Excel from rounding these numbers, change the cell format so that it can show more numbers than what it’s showing currently. Below the steps to change the cell format and make more numbers show up: The above steps would make sure that Excel always shows your numbers with a specified number of digits after the decimal. Any more digits after the specified value would be rounded (which is acceptable in most cases) Also, note that none of this actually changes the value in the cell. It only changes the way it is being displayed. So if you enter a number that has five digits after the decimal point, and only two show up in the cell, the original number still remains as you entered it. So these are some of the ways you can stop Excel from rounding numbers. I hope you found this tutorial useful. Other Excel tutorials you may also like:

How to Round to the Nearest Integer or Multiple of 0.5 / 5 / 10 in Excel How to Use Excel ROUND Function Convert Time to Decimal Number in Excel (Hours, Minutes, Seconds) How to Display Numbers as Fractions in Excel (Write Fractions in Excel)