0% found this document useful (0 votes)
60 views17 pages

Grade 5 Lesson 3

Uploaded by

manlapig2013
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views17 pages

Grade 5 Lesson 3

Uploaded by

manlapig2013
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

St.

Martin de Porres Catholic School


Paombong, Bulacan

Using Round

Course 3: 4th Quarter


SLIDESMANIA.C
Opening
Prayer
SLIDESMANIA.C
Objectives:
By the end of the lesson, the learners should be able
to:

► Use the built-in functions in Excel to ROUNDDOWN


numbers.

► Differentiate ROUND, ROUNDDOWN, and ROUNDUP


functions.

► Create an Excel file using the ROUNDDOWN function to


SLIDESMANIA.C

calculate for the total number of coins


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:

number - the number or cell address that has the number to


be rounded.
num_digits - the number of decimal places to which you
want to round the number argument.
SLIDESMANIA.C
RULES EXAMPLES RESULTS

If num_digits is greater than zero,


the number is rounded to the
specified number of decimal =ROUND(2.15, 1) 2.2
places.

If num_digits is zero, the number is


rounded to the nearest integer. =ROUND(662.79, 0) 663

If num_digits is less than zero, the


number is rounded to the left of the =ROUND(662.79, -2) 700
decimal point.

If the number to the right of the


place you are rounding is less than
5, round to the lower multiple. =ROUND(983.344, 1) 983.3

If the number to the right of the


SLIDESMANIA.C

place you are rounding is 5 or


greater, round to the higher =ROUND(987.367, 1) 987.4
multiple.
Example of using the ROUND
function:
SLIDESMANIA.C
ROUNDDOWN FUNCTION

The ROUNDDOWN function is used to round a number


downward toward the next lowest number. The syntax for the
ROUNDDOWN function is:

=ROUNDDOWN(number, num_digits)
SLIDESMANIA.C
RULES EXAMPLES RESULTS

If num_digits is greater than zero,


the number is rounded down to
the specified number of decimal =ROUNDDOWN(3.1419, 3) 3.141
places.

If num_digits is zero, the number


is rounded down to the nearest =ROUNDDOWN(76.9, 0) 76
integer.

If num_digits is less than zero,


the number is rounded down to =ROUNDDOWN(31415.92654 31400
the left of the decimal point. , -2)
SLIDESMANIA.C
Example of using the ROUNDDOWN function:
SLIDESMANIA.C
ROUNDUP FUNCTION

The ROUNDUP function is used to round a number upward


toward the next highest number. The syntax for the
ROUNDUP function is:

=ROUNDUP(number, num_digits)
SLIDESMANIA.C
RULES EXAMPLES RESULTS

If num_digits is greater than zero, the


number is rounded up to the specified
number of decimal places. =ROUNDUP(3.14159, 3) 3.142

If num_digits is zero, the number is


rounded up to the nearest integer.
=ROUNDUP(76.9, 0) 77

If num_digits is less than zero, the


number is rounded up to the left of the
decimal point. =ROUNDUP(31415.924, -2) 31500
SLIDESMANIA.C
Example of using the ROUNDUP function:
SLIDESMANIA.C
Activity time!
SLIDESMANIA.C

― 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

You might also like