Grade 5 Lesson 3
Grade 5 Lesson 3
Using Round
Line Charts
SLIDESMANIA.C
ROUND FUNCTION
The ROUND function rounds a number to a specified number
of digits. It will round up or round down depending on
whether the last digit is greater than or less than 5. The
syntax for the ROUND function is:
=ROUND(number, num_digits)
SLIDESMANIA.C
The ROUND function has the following arguments:
=ROUNDDOWN(number, num_digits)
SLIDESMANIA.C
RULES EXAMPLES RESULTS
=ROUNDUP(number, num_digits)
SLIDESMANIA.C
RULES EXAMPLES RESULTS
― Irene M. Pepperberg
Activity #3
IDENTIFICATION: Find the result of the following formulas.
FORMULAS RESULTS
1 =ROUNDDOWN(3.2, 0)
2 =ROUNDDOWN(3.14159, 3)
3 =ROUND(2.15, 1)
4 =ROUNDUP(20.125, 2)
5 =ROUND(1234, -2)
SLIDESMANIA.C
Activity #3
IDENTIFICATION: Find the result of the following formulas.
FORMULAS RESULTS
1 =ROUNDDOWN(10.2, 0)
2 =ROUNDDOWN(50.149, 1)
3 =ROUND(9.15, 1)
4 =ROUNDUP(25.625, 2)
5 =ROUND(5631, -2)
SLIDESMANIA.C