ROUND is a function that returns a number rounded to a specified number of digits.
Syntax: =ROUND( number, digits )
number is the number to round
digits is the number of digits to round the number to
EXAMPLES:
=ROUND(1/3,2) will return 0.33
=ROUND(1/6,2) will return 0.17
round function
There is a function called ROUND which you can use to round to zero decimal places. If your number was in cell A2, the formula would be:=ROUND(A2,0)
=ROUND(AVERAGE(A1:A100),2) The answer you may be looking for is a nested function, as one is inside another. ROUND is a math function and AVERAGE is a statistical function.
Arguments
In Excel, the second argument of the Round function specifies the number of decimal places to round to. If this number is negative, it rounds to corresponding digits before the decimal point.
The SUM function would be the most commonly used function in Excel.
=ROUND(8.4999,0) function will return 8.
In Excel you can use the ISNUMBER() function.
The FV function.
The NOW function
There is a function called FIND and a function called SEARCH in Excel. There are other functions that can be used to find things, such as the various lookup functions.
Commas are used to separate arguments in Excel functions.