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.
Round an integer with the ROUND function
Function syntax: = ROUND (number, num_digits) .
Inside:
- Number: is the number to be rounded.
- 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:
- Number: is the number to be rounded.
- 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:
- Number: is the number to be rounded.
- 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:
- Number: is the value you want to round.
- 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:
- Number: is the value you want to round.
- 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:
- 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!
You should read it
- Round a number in Excel (ROUND function)
- How to round up sums in Excel
- Instructions on how to use the ROUND function in excel
- Do not round numbers in Excel, turn off rounding in Excel
- How to round numbers in Excel using the ROUND, ROUNDUP, ROUNDDOWN Function
- Round function, how to use rounded functions in Excel
- How to Round in Excel
- Instructions for rounding decimal numbers after commas in Excel
May be interested
- Convert numbers to text in Excelconvert 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 Exceladding 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 Excelpage 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 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 texton 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 effectivelyare 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 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 Excelthere 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 Excelthis 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 easilynumbering 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.