How to Round to Nearest 100 in Excel (6 Quickest Ways)

As shown in the following figure, we have the unit price for each Product ID. Let’s round the unit prices to the nearest 100.

dataset


Method 1 – Using the ROUND Function

Steps:

  • Go to cell D5 and insert this formula:
=ROUND(C5,-2)

C5= The number to be rounded.

-2= The number of digits to which the number should be rounded.

The ROUND(C5, -2) syntax takes C5 as the number to round and “-2” is the number of digits as we want to round the nearest 100.

Using the ROUND Function to round to nearest 100 in excel

  • Press Enter and drag down the Fill Handle tool for other cells.

Fill Handle

  • You will get your numbers rounded to the nearest 100, just like in the image below.

Read More: Round to Nearest 5 or 9 in Excel


Method 2 – Utilizing the ROUNDUP Function

The ROUNDUP function always rounds a number up.

Steps:

  • Move to cell D5 and copy the following formula:
=ROUNDUP(C5,-2)

The ROUNDUP(C5, -2) syntax takes C5 as the number to round, and “-2” is the number of digits as we want to round the nearest 100. This function always rounds the function up to the next nearest 100.

Utilizing the ROUNDUP Function to round to nearest 100 in Excel

  • Hir Enter and drag the cell down for other cells in the column.

Read More: How to Round Numbers to the Nearest Multiple of 5 in Excel


Method 3 – Applying ROUNDDOWN Function

The ROUNDDOWN function always rounds a number down.

Steps:

  • Go to cell D5 and enter this formula:
=ROUNDDOWN(C5,-2)

The ROUNDUP(C5, -2) syntax takes C5 as the number to round, and “-2” is the number of digits as we want to round the nearest 100. This function rounds down the number to the nearest 100.

Applying the ROUNDDOWN Function to round to nearest 100 in excel

  • Press Enter, then use AutoFill for the other cells you need.

Read More: How to Round Numbers in Excel Without Formula


Method 4 – Using the CEILING Function

Steps:

  • Insert the following formula in D5.
=CEILING(C5, 100)

This CEILING(C5, 100) syntax takes the number to be rounded as C5 and the significance as 100.

Employing the CEILING Function to round to nearest 100 in excel

  • Hit Enter and AutoFill.


Method 5 – Using the FLOOR Function

Steps:

  • Input the following formula in cell D5.
=FLOOR(C5, 100)

This function takes the number to be rounded as C5 and the significance is 100. It rounds the number down to the below number.

Using the FLOOR Function to round to nearest 100 in Excel

  • Hit Enter and use AutoFill.

Rounded to nearest 100 by FLOOR function in Excel

Read More: Round Down to Nearest 10 in Excel


Method 6 – Applying the MROUND Function

Steps:

  • Select cell D5 and enter this formula:
=MROUND(C5, 100)
  • Press Enter and drag the cell down for other cells.

Applying the MROUND Function to round to nearest 100 in Excel

  • You will get the result just like the image below.

Read More: How to Round Numbers to Nearest 10000 in Excel


Round to the Nearest Whole Number in Excel

Steps:

  • Select cell D5 and enter this formula:
=INT(C5)

This function rounds the whole number without the fraction.

Excel Round to the Nearest Whole Number

  • Press Enter and apply AutoFill.

Using INT function

Read More: How to Round to Nearest 1000 in Excel


Round to the Nearest 5/1000 in Excel

Steps:

  • Use the following formula for D5.
=CEILING(C5,5)

This function rounds the value to the nearest 5 as we insert the significance as 5.

Round to the Nearest 5/1000 in Excel

  • Hit Enter and AutoFill.


Difference Between ROUND, ROUNDUP, and ROUNDDOWN Functions

See the output of D6, E6, and F6 cells in the following figure. The ROUND function rounds 121.56 to 100, ROUNDUP rounds it up to 200, and ROUNDDOWN rounds it down to 100.

Difference Between ROUND, ROUNDUP, and ROUNDDOWN Functions


Practice Section

We have provided a practice section on each sheet on the right side so you can apply these methods.

Practice Section


Download the Practice Workbook


Further Readings


<< Go Back to Round to Nearest Whole Number | Rounding in Excel | Number Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Md. Abdul Kader
Md. Abdul Kader

MD. ABDUL KADER is an engineer with a talent for Excel and a passion for VBA programming. To him, programming is like a time-saving wizard, making data manipulation, file handling, and internet interactions a breeze. His skill set extends to SWM, GIS, RS, and SPSS. He holds a B.Sc in Urban & Regional Planning from Chittagong University of Engineering and Technology and has shifted to become a content developer. In this role, he crafts technical content centred around... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo