Skip to main content

Excel ROUND Function

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 ROUND function rounds a number to a specified number of digits.

Syntax and arguments

Formula syntax

ROUND(number, num_digits)

Arguments

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

Return Value

The ROUND function returns to a numeric value.

Version

Excel 2003

Usage and Examples

Example: basic usage

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

=ROUND($B$4,C3)

Press Enter key, and drag autofill handle right to get all rounding results.

doc workday.intl function 1

Note: supposing the number is fixed, you need to use the absolute reference. If you only use the ROUND function once, you can directly type the number and number digits into the function as this:

=ROUND(1234,5673,2)


Relative Functions:

  • Excel FLOOR.MATH Function
    The Excel FLOOR.MATH function rounds a given number down to the nearest integer or nearest multiple of the specified significance.


The Best Office Productivity Tools


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.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations