Quarter 1 - Module 6:: Using Functions and Formulas in An Electronic Spreadsheet Tool
Quarter 1 - Module 6:: Using Functions and Formulas in An Electronic Spreadsheet Tool
TLE
Quarter 1 – Module 6:
Using Functions and Formulas in an
Electronic Spreadsheet Tool
Republic Act 8293, section 176 states that: No copyright shall subsist in any work of
the Government of the Philippines. However, prior approval of the government agency or office
wherein the work is created shall be necessary for exploitation of such work for profit. Such
agency or office may, among other things, impose as a condition the payment of royalties.
Borrowed materials (i.e., songs, stories, poems, pictures, photos, brand names,
trademarks, etc.) included in this module are owned by their respective copyright holders.
Every effort has been exerted to locate and seek permission to use these materials from their
respective copyright owners. The publisher and authors do not represent nor claim ownership
over them.
TLE
Quarter 1 – Module 6:
Using Functions and Formulas in an
Electronic Spreadsheet Tool
Introductory Message
For the facilitator:
Welcome to the Technology and Livelihood Education 6 Self-Directed Learning
Materials (SLM) Module on Using Functions and Formulas in an Electronic
Spreadsheet Tool!
This module was collaboratively designed, developed and reviewed by educators both
from public and private institutions to assist you, the teacher or facilitator in helping the
learners meet the standards set by the K to 12 Curriculum while overcoming their
personal, social, and economic constraints in schooling.
This learning resource hopes to engage the learners into guided and independent
learning activities at their own pace and time. Furthermore, this also aims to help
learners acquire the needed 21st century skills while taking into consideration their
needs and circumstances.
In addition to the material in the main text, you will also see this box in the body of the
module:
As a facilitator, you are expected to orient the learners on how to use this module. You
also need to keep track of the learners' progress while allowing them to manage their
own learning. Furthermore, you are expected to encourage and assist the learners as
they do the tasks included in the module.
For the learner:
What I Need to Know This will give you an idea of the skills or
competencies you are expected to learn in the
module.
ii
What I Know This part includes an activity that aims to
check what you already know about the
lesson to take. If you get all the answers
correct (100%), you may decide to skip this
module.
iii
The following are some reminders in using this module:
1. Use the module with care. Do not put unnecessary mark/s on any part of the
module. Use a separate sheet of paper in answering the exercises.
2. Don’t forget to answer What I Know before moving on to the other activities
included in the module.
3. Read the instruction carefully before doing each task.
4. Observe honesty and integrity in doing the tasks and checking your answers.
5. Finish the task at hand before proceeding to the next.
6. Return this module to your teacher/facilitator once you are through with it.
If you encounter any difficulty in answering the tasks in this module, do not hesitate
to consult your teacher or facilitator. Always bear in mind that you are not alone.
We hope that through this material, you will experience meaningful learning and
gain deep understanding of the relevant competencies. You can do it!
iv
What I Need to Know
This module was designed and written with you in mind. It is here to help you
understand the how to use functions and formulas in an electronic spreadsheet tool to
perform advanced calculations on numerical data. The scope of this module permits it
to be used in many different learning situations. The language used recognizes the
diverse vocabulary level of students. The lessons are arranged to follow the standard
sequence of the course. But the order in which you read them can be changed to
correspond with the textbook you are now using.
After going through this module, you are expected to use functions and formulas in an
electronic spreadsheet tool to perform advanced calculations on numerical data.
1
What I Know
Matching Type: Match column A with column B. Write the letter of the correct answer
on your quiz notebook.
A B
2
ICT: Using Functions and
Lesson Formulas in an Electronic
Spreadsheet Tool to Perform
1 Advanced Calculations on
Numerical Data
Accuracy is important when calculating mathematical problems. Business
establishments use electronic equipment to keep records and inventory of sales. In
school, teachers use laptops and desktop computers in keeping students’ records like
grades. As a student, you can do simple mathematical computations. What if you are
given complex mathematical problem to solve involving tables and charts, can you do
it using only a basic calculator? In this lesson, an electronic tool will be discussed in
performing advanced data calculations.
What’s In
Identify the statements whether true or false. Write the answer on your quiz notebook.
___________1. To view the responses of your survey created in Google Forms, click
the spreadsheet icon and it will automatically display the result of your
survey in the other tab.
___________2. To check the number of users who filled out the online survey form,
click the preview button.
___________3. By clicking the spreadsheet icon, the results of the online survey will
be generated automatically in a form of electronic spreadsheet.
___________4. To download a CSV file of all the responses, first click the File menu,
then select download and lastly click comma separated values.
___________5. You need to send the link of the online survey so that respondents
can access the form.
___________6. Using the link of the survey, respondents can answer the form offline.
___________7. The author doesn’t need to have a Google account, in creating an
online survey form using Google Forms.
3
___________8. Google forms can be found under Google Drive.
___________9. Using online survey is cheaper than using printed survey forms.
___________10. You can access the online survey form using your cellphone with
internet connection.
Read and understand the instructions for each step and task. Remind the
learner to use a separate paper or notebook in answering the tasks. All
paperwork and projects done will be passed on the designated time and
date to the teacher for appropriate scoring and recording.
4
What’s New
Study the pictures above and answer the following questions on your quiz
notebook.
What is It
5
There are hundreds of functions found in Excel. All these can be accessed
using either of the following methods:
1. Click the Insert Function button-fx from the left side of formulas tab.
2. Select a function from one of the lists in the Insert Function dialog box. Then
click OK.
3. A Function Arguments dialog box will appear that will automatically assist you
to input numbers in your selected function. This window indicates what each
function does and the arguments that each function considers.
4. Directly, input numbers into the cells. Useful prompts showing the format of the
function and the arguments that should be inserted will appear. You may also
use the mouse to click desired ranges that you want to include in the function.
Then the cells’ address will automatically be inserted in your function. Then the
cells’ address will automatically inserted in your function. Once the numbers
are typed in the dialog box, click OK.
5. The answer to the Function is shown in the cell.
Functions are calculations that return a result. To create and enter functions,
always start with an equal sign (=). Without it, Excel will not calculate a result. The
inputs in functions are called arguments. Arguments can be in a form of numbers, cell
references, or texts. These functions are presented in the table below.
6
POWER Gives the result of =POWER(number,power)
a number raised to
a power
AVERAGE Calculates average =AVERAGE(number1:number5)
of a series of
numbers.
MOD Gives the =MOD(number,divisor)
remainder after a
number is divided
by a divisor
SUMPRODUCT Gives the sum of =SUMPRODUCT(array1,array2,…)
the products of
corresponding
ranges or arrays
ROUND Rounds a number =ROUND(number,num_digits)
to a specified
number of digits.
SUM Function:
• To get the sum of the values in
column X of the table, you type
the formula below then press
ENTER tab and you will get 37.
=SUM(A2:A6)
7
• To get the sum of the values in
the table, you type the formula
below then press ENTER tab
and you will get 121
=SUM(A2:C6)
PRODUCT Function
• To get the product of the values
in column X of the table, you
type the formula below then
press ENTER tab and you will
get 12960.
=PRODUCT(A2:A6)
=PRODUCT (A2:C2)
8
QUOTIENT Function:
• To get the quotient of the value
in the first cell of the table as the
numerator and 2 as the
denominator, you type the
formula below then press
ENTER tab and you will get 4.
=QUOTIENT(A2;2)
=QUOTIENT(A2;B2)
POWER Function:
• To get the square of the value
in the first cell of the table, you
type the formula below then
press ENTER tab and you will
get 64.
=POWER(A2;2)
9
AVERAGE Function
• To get the average of the
values in column X of the table,
you type the formula below then
press ENTER tab and you will
get 7.4.
=AVERAGE(A2:A6)
MOD Function:
• To get the remainder of the
value in the first cell of the
table and 2 as the divisor, you
type the formula below then
press ENTER tab and you will
get 0.
=MOD(A2;2)
=MOD(A2,B2)
10
SUMPRODUCT Function
• If you want to multiply the values
in column X and column Y of the
table and then add the products,
you type the formula below and
you will get 305.
=SUMPRODUCT(A2:A6,B2:B6)
ROUND Function
• After dividing the value in the
first cell of the table by the value
in the second cell to the
right of the table, you want to
round the result to two decimal
places, you type the formula
below then press ENTER tab
and you will get 1.14
=ROUND(A2/B2;2)
=ROUND(7/8;2)
11
• To round 0.8659 to two decimal
places, you type the formula
below and you will get 0.87
=ROUND(0.8659;2)
What’s More
Direction: Read the statements carefully and identify the correct answer inside the
box. Write the answer on your quiz notebook.
Answer the following questions and write your answers on your quiz
notebook.
10. What function is used to get the remainder after a number is divided by a
divisor? ______________
13
What I Can Do
Create an Excel file for the expenses below. Using the formulas and functions
discussed, calculate the following:
14
Assessment
Multiple Choice: Using the data in the table as your guide, read and analyze the
questions carefully. Choose the letter of the correct answer. Write your answers on
your quiz notebook.
1. What is the formula to get the total number EPP Books sold in six
months from June to November?
a. SUM(B3:B8)
b. =SUM(B3:B8)
c. =SUM(B3;B8)
d. =SUM(B3:B7)
2. What is the formula to get the total number of books sold in six months
from June to November?
a. =SUM(B3:D8)
b. =SUM(B3:C8)
c. =SUM(B3:B8)
d. =SUM(B3:D3)
3. What is the formula to get the product of all sold EPP Books?
a. =PRODUCT(B3:B7)
b. =PRODUCT(B3:B8)
c. =PRODUCT(B3:C3)
d. =PRODUCT(B3:B5)
4. What is the formula to get the product of all books sold for the month of
August?
a. =PRODUCT(B5:D4)
b. =PRODUCT(B5:B8)
15
c. =PRODUCT(B5:C5)
d. =PRODUCT(B5:D5)
7. What is the formula to find the average of sold Math books in five
months?
a. =AVERAGE(C3:D8)
b. =SUM(C3:C8)
c. =PRODUCT(C3:C8)
d. =AVERAGE(C3:C8)
9. You will get 379 if you multiply the number of sold EPP and Math
books and add their products. What is the formula?
a. =PRODUCT(B3:C8)
b. =SUM(B3:C8)
c. SUMPRODUCT(B3:C8)
d. =SUMPRODUCT(B3:C8)
16
Additional Activities
Using the table 1 below, compute the total sales of the each item/product sold in a
convenience store in three months. Write the formula/functions in getting the correct
answer. Use table 2 as your guide/template in writing your answers on your quiz
notebook.
Table 1
Table 2
17
18
What I Have Learned What’s In
1. True
1. Perform basic mathematical and arithmetic operations 2. False
3. True
2. MS Excel 4. True
3. Formulas 5. True
4. Functions 6. False
5. = 7. False
6. Arguments 8. True
7. SUM Function 9. True
8. SUMPRODUCT 10. True
9. AVERAGE
10. MOD
What I Know What's More Assessment
1. G 1. SUMPRODUCT 1. B
2. E 2. AVERAGE 2. A
3. K 3. PRODUCT 3. B
4. B 4. SUM 4. D
5. J 5. ROUND 5. D
6. D 6. MOD 6. B
7. A 7. QUOTIENT 7. C
8. F 8. POWER 8. C
9. H 9. MS EXCEL 9. D
10. C 10. Formula and 10. B
Functions
Answer Key
References
19
For inquiries or feedback, please write or call: