Skip to main content
 

Excel ROUNDDOWN Function

Author: Sun Last Modified: 2022-03-11

doc workday.intl function 1

If you want to follow along with this tutorial, please download the example spreadsheet.

doc workday.intl function 1

Description

The Excel ROUNDDOWN function rounds a number down (toward zero) to a specified number of digits.

Syntax and arguments

Formula syntax

ROUNDDOWN(number, num_digits)

Arguments

  • Number: Required, the number that used to round down.
  • Num_digits: Required, the number that determines the place at which number should be rounded down.
    --Num_digits > 0, round number down to the right side of decimal point, such as ROUNDDOWN(1235.36,1)=1235.3;
    --Num_digits = 0, round number down to the nearest integer, such as ROUNDDOWN(1235.36,0)=1235;
    --Num_digits < 0, round number down to the left side of decimal point, such as ROUNDDOWN(1235.36,-1)=1230.

Return Value

The ROUNDDOWN function returns to a numeric value.

Version

Excel 2003

Remark

If argument number is > 0, the ROUNDDOWN number returns result <= number.

If argument number is < 0, the ROUNDDOWN number returns result >= number.

Usage and Examples

Example: basic usage

In range C3:G3 contains the different number of digits you want to use to round the number down in cell B4:B5, please use below formula to get the corresponding rounding results.

=ROUNDDOWN($B4,C$3)

Press Enter key, and drag autofill handle right to get all rounding results of the number in cell B4.

doc workday.intl function 1

Then drag autofill handle down to next row, the rounding results of the number in cell B5 are displayed.

doc workday.intl function 1

Note: If you only use the ROUNDDOWN function once, you can directly type the number and number digits into the function as this:

=ROUNDDOWN(1235.3673,2)


Relative Functions:


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 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 VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy 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 Columns to Select Same & Different Cells ...
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 Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.