An Overview of ROUNDDOWN Function | Microsoft Excel

The ROUNDDOWN function is one of the math and trigonometry functions in Microsoft Excel. It can be used as a standalone function as well as in collaboration with the other functions. This article will give you an overview of the ROUNDDOWN function in Excel.

Objectives

The ROUNDDOWN function is used to round down a numerical value to a specific decimal place.

Syntax

=ROUNDDOWN(number, num_digits)

Arguments

  • number: It refers to the number to round off.
  • num_digits: The total number of digits that you want after the decimal point.

Output

A rounded-down version of the input number.

Examples of ROUNDDOWN Function

Suppose, you have the number 65.593275 in cell A2. You can round down the number to any number using the ROUNDDOWN function. Suppose, you want to round down 65.593275 to 3 decimal places. For that, use the formula:

=ROUNDDOWN(A2,3)

The output will be 65.593.

Here are some examples of the usage of the ROUNDDOWN function.

Examples of ROUNDDOWN Function in Excel

Follow these steps to use the ROUNDDOWN function in Excel:

  1. Start with inserting an equal sign (=) in a blank cell.
  2. Then type ROUNDDOWN.
  3. Type open parenthesis “(“.
  4. Insert a number to round down.
  5. Then insert a comma (,).Usage Guide of ROUNDDOWN Function in Excel
  6. Now specify the number of digits that you want after the decimal point.

I want to round down the number to 3 decimal places. So, I have inserted 3 inside the function.

Usage Guide of ROUNDDOWN Function in Excel

The ROUNDDOWN function converts 65.593275 into 65.593. Because here, num_digits is 3 which allows only 3 decimal places after the decimal point.

Availability

  • Excel for Microsoft 365
  • Excel 2016
  • Excel for Microsoft 365 for Mac
  • Excel 2016 for Mac
  • Excel for the web
  • Excel 2013
  • Excel 2021
  • Excel 2010
  • Excel 2021 for Mac
  • Excel 2007
  • Excel 2019
  • Excel for Mac 2011
  • Excel 2019 for Mac
  • Excel Starter 2010

Remarks

  • The ROUNDDOWN function shows #VALUE! error in the case of non-numeric values.
  • When a number is already rounded down, the ROUNDDOWN function doesn’t work.

Related Rounding Functions

  • ROUND Function rounds to the given number of decimal places.
  • MROUND Functionrounds to the nearest specified multiple.
  • ROUNDUP Function ⋙ rounds up a numerical value to a specific decimal place.
  • CEILING Functionrounds up a numerical value to the nearest integer or the nearest multiple of significance.
  • FLOOR Function rounds down a numerical value to the nearest multiple of significance.
  • INT Functionrounds down a numerical value to the nearest integer number.
  • TRUNC Functionremoves specific digits from the fraction part of a number.

Conclusion

The ROUNDDOWN function is one of the math and trigonometry functions in Excel. If you have any questions regarding the ROUNDDOWN function, please comment below. Thanks!

Rate this post

Leave a Reply

Your email address will not be published. Required fields are marked *