How to round whole numbers in Excel

In Excel there are many mathematical functions used to round numbers. Today Software tips will guide you some functions that can be used to round whole numbers in Excel.

How to round whole numbers in Excel Picture 1

Round an integer with the ROUND function

Function syntax: = ROUND (number, num_digits) .

Inside:

  1. Number: is the number to be rounded.
  2. Num_Digits: is the number of words to be rounded. To round up to the whole part, choose num_digits equal to 0.

For example: Enter = ROUND (12.3445678,0) in any cell in Excel, the result will be 12.

Round an integer with the ROUNDUP function

Function syntax: = ROUNDUP (number, num_digits) .

Inside:

  1. Number: is the number to be rounded.
  2. Num_Digits: is the number of words to be rounded. To round up to the whole part, choose num_digits equal to 0.

The ROUNDUP function will return a value greater than the original number.

For example: Enter = ROUNDUP (12.3445678,0) in any cell in Excel, the result will be 13.

Round an integer with the ROUNDDOWN function

Function syntax: = ROUNDDOWN (number, num_digits) .

Inside:

  1. Number: is the number to be rounded.
  2. Num_Digits: is the number of words to be rounded. To round up to the whole part, choose num_digits equal to 0.

The ROUNDDOWN function will return a value smaller than the original.
For example: Enter = ROUNDDOWN (12.78,0) in any cell in Excel, the result will be 12.

Round an integer with the CEILING function

Function syntax: = CEILING (number, significance) .

Inside:

  1. Number: is the value you want to round.
  2. S ignificance: is the multiple that you want to be rounded to.

The CEILING function is a function that rounds up far away from 0, to the nearest multiple. So if you want to round whole numbers in Excel, choose the Significance multiple of 1. 

For example: You enter the formula = CEILING (12.3445678,1) into a cell in an Excel spreadsheet and the result is 13.

Rounds whole numbers with the FLOOR function

Function syntax: = FLOOR (number, significance) .

Inside:

  1. Number: is the value you want to round.
  2. S ignificance: is the multiple that you want to be rounded to.

The FLOOR function is a function that rounds to 0, to the nearest multiple. So if you want to round whole numbers in Excel, choose the Significance multiple of 1. 

For example: You enter the formula = FLOOR (12.3445678,1) into a cell in an Excel spreadsheet and the result is 12.

The function takes an integer value INT

Function syntax: = INT (number) .

Inside:

  1. Number : is the number to take integer part.

The INT function returns the integer part of that number without rounding.

For example: You type the formula = INT (12.3445678) into any cell in an Excel spreadsheet, the result will be 12.

Note: According to math, the integer of a is the largest integer that does not exceed a. That is, if the number a is negative, then the integer will be the part before the comma plus 1 and keep the value negative. If you enter = INT (-12.3445678), the result will be -13. Because mathematically, -13 is the integer part of -12.3445678.

Above, the Software Tips showed you some integer round functions in Excel. Good luck!

5 ★ | 1 Vote

May be interested

  • Convert numbers to text in ExcelConvert numbers to text in Excel
    convert numbers into words in excel - regularly process and calculate data with excel spreadsheets, if the data is related to currency, the number of words you want to convert will be many, vntools software to help you change numbers into words quickly and efficiently
  • How to Add Autonumber in ExcelHow to Add Autonumber in Excel
    adding numbers automatically to a column in excel can be done in two ways, using the row function or the fill feature. the first method ensures that the cells display the correct row numbers even when rows are added or deleted. the second,...
  • How to insert page numbers in ExcelHow to insert page numbers in Excel
    page numbering in excel differs from page numbering in word, we will need to customize the page setup group in excel.
  • How to remove periods in numbers in ExcelHow to remove periods in numbers in Excel
    how to remove periods in numbers in excel when typing a string of numbers, data entry people have a habit of inserting dots in the middle to easily observe the data and reduce errors when entering data. however, in some cases, the dot will make the calculation impossible.
  • 8 ways to number Excel numbers, number Excel numbers with text8 ways to number Excel numbers, number Excel numbers with text
    on excel, there is an automatic column numbering feature, users will no longer need to drag cells in order as usual.
  • Share solutions when Excel does not round numbers effectivelyShare solutions when Excel does not round numbers effectively
    are you having trouble because excel doesn't round numbers? refer to the detailed fixes revealed by tipsmake
  • How to write exponential numbers in ExcelHow to write exponential numbers in Excel
    how to write exponential numbers in excel are you entering data in excel that includes exponents that you do not know how to write exponents in excel? so you are looking for ways to write exponential numbers in excel to continue the process
  • How to Add Numbers Automatically in ExcelHow to Add Numbers Automatically in Excel
    there are two different ways to add numbers to a column automatically. the surest way to add automatic number ranges to excel is to use the row function. this method will ensure that cells display the correct numbering even when rows are added or deleted. the second way (without typing the formula) is to use the fill feature, this method is easier but when you delete the line the number range will be missing. let's learn how to automatically number rows, or enter consecutive numbers in columns.
  • How to Multiply in ExcelHow to Multiply in Excel
    this wikihow teaches you how to multiply numbers in excel. you can multiply two or more numbers within one excel cell, or you can multiply two or more excel cells against one another. open excel. it's a green app with a white 'x' on it.
  • How to number pages in Excel very quickly and easilyHow to number pages in Excel very quickly and easily
    numbering pages in excel has many ways to do and insert many different types of excel page numbers. page numbering in excel will be fundamentally different from inserting page numbers in word.