GRADE 11.excel Functions
GRADE 11.excel Functions
Functions in Excel
The ROUND function:
Name of function What the function does Example
ROUND Rounds numbers to a specified =ROUND(A1,0)
number of decimal places =ROUND(A1,2)
ROUNDUP Rounds a number to the =ROUNDUP(4.2,0)
nearest integer upwards. =5
RANGE is the range of cells e.g CRITERIA determines which SUM_RANGE are the actual
A2:A12 cells are added and may be cells that are added, if
numbers, text or an expression corresponding cells in range
meet criteria.
The IF function
Name of function What the function does Example
IF Allocates a value to a cell =IF(D2>5,”Bonus”,”No bonus”)
according to the result of the
condition(s) specified.
=IF(condition, Value_if_true, Value_if_false)