KutoolsforOffice — One Suite. Five Tools. Get More Done.

Round Numbers with the Rounding Tool in ZKutools Anywhere for Excel

AuthorXiaoyangLast modified

Rounding numbers is a common task when working with prices, financial reports, measurements, percentages, statistics, and other numerical data in Excel. Although Excel provides formulas such as ROUND, ROUNDUP, and ROUNDDOWN, using formulas can be inconvenient when you need to process a large range of values or directly modify the original data.
The Rounding tool in ZKutools Anywhere for Excel provides a quick and convenient way to round multiple numbers at once. It supports standard rounding, rounding up, rounding down, and banker’s rounding. You can also specify how many decimal places should be retained.
This article explains how to use each rounding method and how the different methods affect your results.

rounding feature

Advantage of Rounding feature in Zkutools

How to Round Numbers in Excel?

Some tips for using this Rounding feature

Important Notes

Frequently Asked Questions

Conclusion


Advantage of Rounding feature in Zkutools

Round Multiple Cells at Once

Process an entire range of numbers in a single operation.

ƒ

No Formulas Required

Round values without creating helper columns or copying formulas.

4

Four Rounding Methods

Choose standard rounding, rounding up, rounding down, or banker’s rounding.

.00

Flexible Decimal-Place Settings

Round to decimal places, whole numbers, tens, hundreds, or other positions.

Easy to Use

Complete the task through a visual interface without memorizing different Excel functions.

Useful for Different Types of Data

Ideal for financial values, prices, percentages, measurements, statistics, and reports.

Works Across Supported Excel Platforms

Use ZKutools Anywhere for Excel on Windows, macOS, Excel for the web, and iPad.


How to Round Numbers in Excel?

The following sections explain the four available rounding methods in detail, including how each method works, when to use it, and examples of the results it produces.

 

Example 1: Round Numbers normally

The Round numbers option applies standard rounding. It checks the first digit after the specified decimal position:

  • If the digit is 5 or greater, the preceding digit is increased by 1.
  • If the digit is less than 5, the preceding digit remains unchanged.

1. Select the cells containing the numbers.

2. Click Zkutools > Convert > Round Numbers, see screenshot:
enable rounding feature

3. In the Rounding dialog box:

  • In the Decimal places box, enter or select the number of decimal places you want to retain. Here, I will enter 2.
  • Under Rounding mode, choose Round;
  • Click OK or Apply button.
    set options in the dialog box

Result:  The numbers will be rounded to two decimal places, see screenshot:
result of rounding numbers normally

 

Example 2: Round Numbers Up

The Round numbers up option always rounds a number away from zero at the specified decimal position.

Unlike standard rounding, it does not depend on whether the next digit is greater than or less than 5. As long as there are additional nonzero digits after the specified position, the retained number is increased.

1. Select the cells containing the numbers.

2. Click Zkutools > Convert > Round Numbers.

3. In the Rounding dialog box:

  • In the Decimal places box, enter or select the number of decimal places you want to retain. Here, I will enter 2.
  • Under Rounding mode, choose Round Up;
  • Click OK or Apply button.
    set options in the dialog box

Result:  All selected numbers are rounded up to two decimal places. The rounded results are applied directly to the selected cells. See screenshot:
result of Rounding Numbers Up

 

Example 3: Round numbers down

The Round numbers down option always rounds a number toward zero at the specified decimal position. Additional digits after the specified decimal position are removed without increasing the retained digit.

1. Select the cells containing the numbers.

2. Click Zkutools > Convert > Round Numbers.

3. In the Rounding dialog box:

  • In the Decimal places box, enter or select the number of decimal places you want to retain. Here, I will enter 1.
  • Under Rounding mode, choose Round Down;
  • Click OK or Apply button.
    set options in the dialog box

Result:  All selected numbers are rounded down to one decimal place.
result of Rounding Numbers down

 

Example 4:Apply Banker’s Rounding

Banker’s rounding, also known as round half to even, handles numbers ending exactly halfway between two possible rounded values differently from standard rounding.

When the next digit is exactly 5 and there are no additional nonzero digits:

  • The number is rounded to the nearest even value.
  • If the retained digit is already even, it remains unchanged.
  • If the retained digit is odd, it is increased to the next even digit.

This method helps reduce accumulated rounding bias when processing large amounts of numerical data.

1. Select the cells containing the numbers.

2. Click Zkutools > Convert > Round Numbers.

3. In the Rounding dialog box:

  • In the Decimal places box, enter or select the number of decimal places you want to retain. Here, I will enter 1.
  • Under Rounding mode, choose Banker’s Rounding;
  • Click OK or Apply button.
    set options in the dialog box

Result:  The selected numbers are rounded using the banker’s rounding rule. When a value falls exactly halfway between two possible results, it is rounded to the nearest even number.
result of banker's rounding


Some tips for using this Rounding feature

Understanding the Decimal-Place Setting

The decimal-place setting determines the position at which the selected numbers are rounded.

Positive Decimal Places

Use a positive number to retain digits after the decimal point.

Decimal placesOriginal valueResult
1123.4567123.5
2123.4567123.46
3123.4567123.457

Zero Decimal Places

Use 0 to round to the nearest whole number.

Decimal placesOriginal valueResult
0123.4567123

Negative Decimal Places

When supported by the feature, use a negative number to round digits to the left of the decimal point.

Decimal placesRounded positionOriginal valueResult
-1Nearest ten123.4567120
-2Nearest hundred123.4567100
-3Nearest thousand1,623.45672,000
 

Comparison of the Four Rounding Methods

Rounding methodOriginal valueResultRule
Round numbers12.34512.35Uses standard rounding
Round numbers up12.34512.35Always rounds away from zero
Round numbers down12.34512.34Always rounds toward zero
Banker’s Rounding12.34512.34Rounds an exact midpoint to the nearest even digit

Important Notes

1. Rounding Changes the Actual Value

Changing the number format in Excel only changes how many decimal places are displayed. It does not change the underlying value.

The Rounding tool processes the actual number stored in the cell. This can affect formulas, totals, averages, and other calculations that reference the rounded cells.

For example, a cell containing 12.3456 may be displayed as 12.35, while its underlying value remains 12.3456. After applying the Rounding tool to two decimal places, the stored value becomes 12.35.

2. Back Up Important Data

Before applying rounding to a large or important dataset, consider creating a backup copy of the worksheet. This is especially important when the rounded results will replace the original values.

3. Select Numeric Cells

The tool is designed to process numeric values. Text, blank cells, error values, or other nonnumeric content may be ignored or left unchanged.

Numbers stored as text may need to be converted into real numbers before rounding.

4. Understand Negative-Number Behavior

For negative numbers:

  • Round up moves the value away from zero.
  • Round down moves the value toward zero.

For example, when rounding to a whole number:

MethodOriginal valueResult
Round up-12.1-13
Round down-12.9-12

5. Banker’s Rounding Applies to Exact Midpoints

Banker’s rounding produces a different result from standard rounding only when a number is exactly halfway between two possible rounded values.

For values that are not exact midpoints, banker’s rounding works like normal rounding.

6. Rounded Values May Affect Totals

Rounding individual values before calculating a total can produce a different result from calculating the total first and then rounding it.

For example:

  • Round each item, and then add the rounded values.
  • Add the original values, and then round the final total.

These two approaches may produce slightly different results.


Frequently Asked Questions

1 Can I round an entire column at once?

Yes. Select the cells in the column that contain the numbers, open the Rounding tool, choose the required method and decimal places, and apply the operation.

2 Can I round numbers to whole numbers?

Yes. Set the number of decimal places to 0. For example, standard rounding changes 15.6 to 16 and 15.4 to 15.

3 Can I round numbers to the nearest ten or hundred?

Yes, if negative decimal-place settings are supported.

Use:

  • -1 for the nearest ten
  • -2 for the nearest hundred
  • -3 for the nearest thousand

For example, standard rounding changes 1,568 to 1,570 when using -1, or to 1,600 when using -2.

4 Why does rounding up make a negative number smaller?

Rounding up means moving away from zero, not necessarily producing a numerically greater value.

For example, rounding -12.1 up to a whole number gives -13, which is farther away from zero.

5 Why does rounding down make a negative number larger?

Rounding down in this tool means moving toward zero. For example, rounding -12.9 down to a whole number gives -12.

6 Can I undo the rounding operation?

You may be able to use the Undo command in Zkutools immediately after applying the operation. However, certain later actions may clear the undo history. Creating a backup copy is the safest option when working with important data.

7 Which rounding method should I choose?

Choose the method according to your purpose:

  • Use Round numbers for general calculations.
  • Use Round numbers up when the result must not fall below the original required amount.
  • Use Round numbers down when only complete units or a lower estimate should be retained.
  • Use Banker’s Rounding when processing large financial or statistical datasets where reducing rounding bias is important.

8 Can I apply different rounding methods to different columns?

Yes. Process each column or range separately. Select the first range, apply its required rounding method, and then repeat the operation for the next range using different settings.


Conclusion

The Rounding tool in ZKutools Anywhere for Excel makes it easy to process multiple numeric values without writing formulas. You can use standard rounding for everyday calculations, round values up or down for specific business requirements, or apply banker’s rounding to reduce bias in large datasets.

By selecting the appropriate rounding method and decimal-place setting, you can quickly standardize prices, measurements, percentages, financial figures, and other numerical data throughout your worksheet.

Remember that rounding changes the actual values rather than only changing their appearance. Review your settings carefully and back up important data before processing a large range.

Zkutools Anywhere for Excel

ZKutools Anywhere for Excel brings AI-powered assistance and practical Kutools tools directly into Excel across multiple platforms. Whether you work in Excel on the web, Windows, Mac, or iPad, you can create formulas, build tables, process data, and improve productivity more easily.

🌐

Multi-Platform Support

Use it in Excel on the web, Windows, Mac, and iPad.

🤖

AI-Powered Features

Generate formulas, create tables, filter data, extract info, and process text with simple prompts.

🧰

Classic Kutools Tools

Access practical Excel utilities designed to simplify daily spreadsheet tasks.