Which of the following functions returns the argument rounded to the highest number?

❮ Built-in Functions


Example

Round a number to only two decimals:

x = round(5.76543, 2)
print(x)

Try it Yourself »


Definition and Usage

The round() function returns a floating point number that is a rounded version of the specified number, with the specified number of decimals.

The default number of decimals is 0, meaning that the function will return the nearest integer.


Syntax

Parameter Values

ParameterDescription
number Required. The number to be rounded
digits Optional. The number of decimals to use when rounding the number. Default is 0

More Examples


❮ Built-in Functions


The ROUND Excel function is a built-in function in Excel that calculates the round number of a given number with the number of digits to be provided as an argument. This formula takes two arguments: the number itself and the number of digits to which we want the number to be rounded up.

For example, suppose cell D1 contains 22.5863. Then, if we want to round that value to two decimal places, we can use the following formula: =ROUND(D1,2). As a result, this function may provide 22.59.  

ROUND Formula in Excel

Which of the following functions returns the argument rounded to the highest number?

The ROUND Formula in Excel accepts the following parameters and arguments:

Number – The number which has to be rounded.

Num_Digits – The total number of digits to round the number to.

Return Value:  The ROUND function returns a numeric value.

Usage Notes

  1. The ROUND formula in Excel works by rounding the numbers 1-4 down and 5-9 up.
  2. You can use the ROUND function in Excel for rounding numbers to a specified level of precision. We can use the ROUND function in Excel for rounding to the right or left of the decimal point.
  3. If num_digits is greater than 0, the number will be rounded to the specified decimal places to the right of the decimal point. For example, =ROUND (16.55, 1) will round 16.55 to 16.6.
  4. If num_digits is less than 0, the number will be rounded to the left of the decimal point (to the nearest 10, 100, 1000, and so on). For example, =ROUND (16.55, -1) will round 16.55 to the nearest 10 and return 20 as the return value or result.
  5. If num_digits = 0, the number will be rounded to the nearest integer (no decimal places). For example, =ROUND (16.55, 0) will round 16.55 to 17.

Explanation

The ROUND in Excel follows the general math rules for rounding the numbers. In this ROUND function, the number to the right of the rounding digit will determine whether the number should be rounded upwards or downwards. The rounding digit is considered the least significant after the number is rounded. It also gets changed, depending on whether the digit following it is less or greater than 5.

  • If the digit to the right of the rounding digit is 0,1,2,3, or 4, it will not change the rounding digit, and the number will be rounded down.
  • If the rounding digit is followed by 5,6,7,8 or 9, the rounding digit will be increased by one, and the number will be rounded up.

Consider the following table to understand the above theory more deeply. In this ROUND in Excel example, we are taking the number 106.864. The position is cell number A2 in the spreadsheet.

FormulaResultDescription
=ROUND (A2,2) 106.86 The number in A2 is rounded to 2 decimal places.
=ROUND (A2,1) 106.9 The number is A2 is rounded to 1 decimal place.
=ROUND (A2,0) 107 The number in A2 is rounded to the nearest integer.
=ROUND (A2,-1) 110 The number in A2 is rounded to the nearest multiple of 10.
=ROUND (A2-2) 100 The number in A2 is rounded to the nearest multiple of 100.

How to Open the ROUND Function in Excel?

  1. You can insert the desired ROUND formula in the required cell to attain a return value on the argument.
  2. You can manually open the ROUND formula in the Excel dialog box in the spreadsheet and insert the logical values to attain a return value.
  3. The spreadsheet below shows the “Formulas” section in the “Menu” bar. Under the “Formulas” section, Click on the “Math & Trig.”

Which of the following functions returns the argument rounded to the highest number?

  1. After clicking the “Math & Trig option,” select “ROUND.” The ROUND formula in the Excel dialog box will open, as shown below.

Which of the following functions returns the argument rounded to the highest number?

  1. Now, you can easily put the arguments and attain a return value. Just put the required values on Number and Num_digits. You will get the return value.

How to Use ROUND Function in Excel with Examples

Let us look below at some examples of the ROUND formula in Excel. These examples will help you in exploring the use of the ROUND function.

Which of the following functions returns the argument rounded to the highest number?

Based on the above Excel spreadsheet, let’s consider three examples and see the ROUND function return based on the syntax of the function.

Example #1

When the ROUND formula for Excel written is =ROUND (A1, 0)

Result: 563

You can see the excel spreadsheet below –

Which of the following functions returns the argument rounded to the highest number?

Example #2

When the ROUND formula for Excel written is =ROUND (A1, 1)

Result: 562.9

Consider the Excel spreadsheet below-

Which of the following functions returns the argument rounded to the highest number?

Example #3

When the ROUND formula for Excel written is =ROUND (A2, -1)

Result: 60

Consider the Excel spreadsheet below –

Which of the following functions returns the argument rounded to the highest number?

Example #4

When the ROUND formula for Excel is written =ROUND (52.2, -1)

Result: 50

You can consider the excel spreadsheet below –

Which of the following functions returns the argument rounded to the highest number?

Example #5

When the ROUND formula for Excel is written =ROUND (-24.57, 1)

Result: -24.7

You can see the excel spreadsheet below –

Which of the following functions returns the argument rounded to the highest number?

Other Rounding Functions in Excel

You can also force Excel to always round a number up (away from zero) with the help of the ROUNDUP functionThe ROUNDUP excel function calculates the rounded value of the number to the upward side or the higher side. In other words, it rounds the number away from zero. Being an inbuilt function of Excel, it accepts two arguments–the “number” and the “num_of _digits.” For example, “=ROUNDUP(0.40,1)” returns 0.4. read more. If you want Excel to always round a number down (towards zero), use the ROUNDDOWN function in Excel. For specifying the multiple (example 0.5) that Excel uses to round, use the MROUND function in excelMROUND is the MATH & TRIGNOMETRY function in Excel, and it is used to round a number to the nearest multiple numbers. For example,  =MROUND(50,7), will round the number 50 to 49.read more.

Things to Remember

  • The ROUND function returns a number rounded to a specific number of digits.
  • The ROUND function is a Math & Trig function.
  • The ROUND function works by rounding the numbers 1-4 down and 5-9 up.
  • We can round a number up (away from zero) with the help of the ROUNDUP function.
  • We can round a number down (towards zero) using the ROUNDDOWN functionROUNDDOWN function is a built-in function in Microsoft Excel. It is used to round off the given number.read more.

ROUND Excel Function Video

This article is a guide to ROUND Function in Excel. Here, we discuss the ROUND formula in Excel and how to use the Excel ROUND function, along with Excel examples and downloadable Excel templates. You may also look at these useful functions in Excel: –

  • VBA ROUNDUPThe roundup function in VBA decrease the decimal point, and the syntax to use it is: Roundup (Number, Number of Digits After Decimal).read more
  • How to use RAND in Excel?The RAND function in Excel, also known as the random function, generates a random value greater than 0 but less than 1, with an even distribution among those numbers when used on multiple cells. read more
  • Use INDEX Function in ExcelThe INDEX function in Excel helps extract the value of a cell, which is within a specified array (range) and, at the intersection of the stated row and column numbers.read more
  • Concatenate in ExcelThe CONCATENATE function in Excel helps the user concatenate or join two or more cell values which may be in the form of characters, strings or numbers.read more

Which function returns the value rounded to the nearest whole number?

The Math.round() function returns the value of a number rounded to the nearest integer.

Which function can be used to round the number to the next higher integer?

To always round up (away from zero), use the ROUNDUP function. To always round down (toward zero), use the ROUNDDOWN function. To round a number to a specific multiple (for example, to round to the nearest 0.5), use the MROUND function.

Does INT () always round down?

Notes. INT is not equivalent to ROUNDDOWN with places set to 0 . INT rounds down using value, whereas ROUNDDOWN rounds down using absolute value, which causes differences for negative values of value . INT is also not equivalent to FLOOR with significance -1 for negative values of value for the same reason as above.

What is the ROUND function in Excel?

The ROUND Function[1] is categorized under Excel Math and Trigonometry functions. The function will round up a number to a specified number of digits. Unlike the ROUNDUP and ROUNDDOWN functions, the ROUND function can round either up or down.