How to Round Down to Nearest Whole Number in Excel

When working with numbers in an Excel worksheet, sometimes you may need to ignore the decimal parts. That’s especially true when maintaining calculations like budgeting or inventory. In such a case, rounding down helps avoid overestimation by trimming off the extras.

It is not going to be a challenging task as Excel makes it easy with built-in functions. In this article, we will show you how you can round down the values to the nearest whole number using two Excel functions: ROUNDDOWN and INT functions.

Key Takeaways

➤ Round down helps in the calculations where whole units only matter.
➤ Excel has simple built-in formulas to round down to the nearest integer in one or more cells.
ROUNDDOWN Function: It removes the decimal and rounds down any number towards zero.
INT Function: The function rounds down the values to the nearest lowest whole number, even for the negative values.

overview image

Download Practice Workbook

What Does it Mean by Round Down to the Nearest Whole Number?

In simple words, rounding down to the nearest whole number means removing the decimal part of a number. It always moves the value towards zero, not up or nearer to the integer. For instance, if the value is 10.9, it will round down to 10, and -3.5 to -3.

When you round down, you always drop the decimal. It doesn’t matter how close the value is to the next number. The method is useful when you want to ensure a conservative estimate or eliminate excess precision. It is also helpful for instances like pricing or inventory, where you need to work with whole units only.


1

Using the ROUNDDOWN Function to Round Down to Nearest Whole Numbers

The ROUNDOWN function in Excel removes the decimal part of a number and always rounds down to the previous lower number, towards zero. It’s perfect for keeping whole numbers without rounding up.

Rounding Down Positive Numbers

In the following dataset, we have some random positive values, including decimal parts. We are going to round down to the nearest integer using the ROUNDDOWN Function from each entry.

Using the ROUNDDOWN Function to Round Down to Nearest Whole Numbers

Steps:

➤ Insert the following formula in the B2 cell.

=ROUNDDOWN(A2,0)

Using the ROUNDDOWN Function to Round Down to Nearest Whole Numbers

➤ Press Enter. The formula will round down the A2 value 10.99 to the nearest whole number, 10.

Using the ROUNDDOWN Function to Round Down to Nearest Whole Numbers

➤ Use the Autofill option to see the results all at once.

Using the ROUNDDOWN Function to Round Down to Nearest Whole Numbers

Rounding Down Negative Numbers

If you are working with negative numbers, you can round down to the nearest integer using the same ROUNDDOWN Function.

Steps:

➤ Enter the formula below in the B2 cell.

=ROUNDDOWN(A2,0)

➤ The function will round down the cell A2 value: -10.99 to the nearest whole number, towards zero. The results will be -10.

Explanation
This Excel Sheet formula always moves towards zero and removes the decimal part.
The function: =ROUNDDOWN(number, num_digits).
Here,
number: the number you want to round down.
num_digits: the number of digits you want to keep after the decimal.
➥ Use 0 as we have to round down to the nearest whole number.

2

Using the INT Function to Round Down to the Nearest Whole Number

The INT function truncates the decimal portion of a number and effectively rounds it down to the nearest integer. Unlike the ROUNDDOWN Function, which always moves toward zero, the INT Function always moves down toward negative infinity.

That means it always goes down to the next more negative whole number. For instance, 10.99 will become 10, and -523.88 will become -524.

In the following dataset, we have some random positive and negative values with decimal parts. We will round down to the nearest integer using the INT Function.

Using the INT Function to Round Down to the Nearest Whole Number

Follow the steps below:

➤ Insert the following formula in the B2 cell.

=INT(A2)

Using the INT Function to Round Down to the Nearest Whole Number

➤ Press Enter. The formula will return the values to the nearest whole number.

Using the INT Function to Round Down to the Nearest Whole Number


Frequently Asked Questions

How to round down in Excel without a formula?

You can round down the value in Excel without a formula by adjusting the number formatting. Here is how:

➤ Go to the Home tab
➤ Select the Decrease Decimal button in the Number group. The decimal places will go down by the number of times you click the button.

How do I round down a sum in Excel?

You can use the ROUNDDOWN Function with the SUM Function to round down a sum in Excel. Use the formula: =ROUNDDOWN(SUM(A1:A5), 0).

Here,

  • ROUNDDOWN(): It rounds a value down to a specified number of decimal places.
  • SUM(A1:A10): It calculates the sum of the values in cells A1 to A10.
  • 0: Round down the whole number towards the nearest integer.

How to round down to 2 decimal places in Excel?

You can use the ROUNDDOWN function to round down to 2 decimal places in Excel. Use the ROUNDDOWN function with num_digits set to 2. For instance, =ROUNDDOWN(A1, 2). It will round down to 2 decimal places of the A1 cell value.

How do you set rounding in Excel?

Follow the steps below to set rounding precision in Excel.

➤ Go to File >> Options >> Advanced
➤ Under, when calculating this workbook, select the Set precision as displayed >> check box >> select OK.
➤ Select the cell you want to format.
➤ Go to the Home tab >> click the small arrow in the Number section >> choose Number in the Category box.
➤ Enter the number of decimal places in the Decimal places box.

Why does Excel round down my numbers?

Excel may round down the numbers due to the formula you are using or the cell formatting. If you are using formulas like ROUNDDOWN or INT, it will remove the decimal part and round down the number. Moreover, if you have reduced the decimal places during cell formatting, Excel will hide the decimal parts in the display.


Wrapping Up

In today’s quick tutorial, we’ve covered two very easy ways to round down the values to the nearest whole number in Excel using formulas. These ROUNDDOWN and INT formulas help you to maintain your data precisely. You can try out the sample Excel sheets to practice, and let us know how these techniques have simplified your calculations.

ExcelInsider Team
We will be happy to hear your thoughts

Leave a reply

Excel Insider
Logo