ETech Q1 M5
ETech Q1 M5
ETech Q1 M5
Empowerment
Technologies
Quarter 1 – Module 5:
Advanced Techniques
using Microsoft Excel
Empowerment Technologies – Grade 11/12
Self-Learning Module (SLM)
Quarter 1 – Module 5: Advanced Techniques using Microsoft Excel
First Edition, 2020
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.
Each SLM is composed of different parts. Each part shall guide you step-by- step as
you discover and understand the lesson prepared for you.
Pre-test are provided to measure your prior knowledge on lessons in each SLM. This
will tell you if you need to proceed on completing this module, or if you need to ask
your facilitator or your teacher’s assistance for better understanding of the lesson.
At the end of each module, you need to answer the post-test to self-check your
learning. Answer keys are provided for each activity and test. We trust that you will
be honest in using these.
In addition to the material in the main text, Notes to the Teachers are also provided
to the facilitators and parents for strategies and reminders on how they can best help
you on your home-based learning.
Please use this module with care. Do not put unnecessary marks on any part of this
SLM. Use a separate sheet of paper in answering the exercises and tests. Read the
instructions carefully before performing each task.
If you have any questions in using this SLM or any difficulty in answering the tasks
in this module, do not hesitate to consult your teacher or facilitator.
Thank you.
2
What I Need to Know
This module was designed and written with you in mind. It is here to help you master
the Advanced Techniques using Microsoft Excel. 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.
3
What I Know
Choose the letter of the best answer. Write your answer on a separate sheet of paper.
4. Which among the following is not part of the syntax for AVERAGEIF?
a. Average range
b. Range
c. Logical test
d. Criteria
4
Lesson
Advanced Techniques
5 using Microsoft Excel
What’s In
In our previous lesson, we have discussed Microsoft Word as one of the powerful
applications of Microsoft Office Suites. Microsoft Word has become widely used
because of its features which people use to perform various tasks. One of its features
is Mail Merge which enables users to efficiently create documents with the same
content but may have different recipients. With mail merge, users were able to create
documents like letters, e-mail messages, envelopes, labels, and directory.
Besides Mail Merge, another feature of Microsoft Word is its ability to insert different
kinds of materials such as pictures, clipart, shapes, SmartArt, chart, and screenshot
that help enhance a word document. With these materials, users were able to create
a layout based on their likings.
5
What’s New
Directions: Arrange the scrambled letters to form the correct word or words. Write
your answer on a separate sheet.
1. FTIONSNCU
2. CLEL RFEENCERE
3. CNSOTTAN
4. ORWKSETSHE
5. EETDAEPRSHS
6. EGRAEVA
7. AURFLOM
8. WKBROKOO
9. ELLC AGENR
10. TVEICA LELC
1. _____________________________________________
2. _____________________________________________
3. _____________________________________________
4. _____________________________________________
5. _____________________________________________
6. _____________________________________________
7. _____________________________________________
8. _____________________________________________
9. _____________________________________________
10. _____________________________________________
6
What is It
What is a spreadsheet?
It is a software application that enables a user to save, sort and manage data in an
arranged form of rows and columns.
7
Cells – are the intersection of rows and columns
Cell Reference – also known as cell address that identifies a cell on
a worksheet.
- B2 and D4 are examples of cell references
The formula
automatically
recalculates when the
value of a referenced cell
is changed.
8
- B5 is the active cell
Examples of Formula
9
Note: A formula always begin with an equal (=) sign.
10
MIN - Returns the smallest number in a set of values.
11
SUMIF – Adds the cells specified by a given condition or criteria. SUMIF
function has the following syntax:
SUMIF(range, criteria, sum_range)
For example, you want to find the total ratings of the teachers in terms of the
product’s quality. The formula to use to get the total ratings of the teachers is
shown below.
Sometimes the use of sum_range is optional just like in the example below.
The formula in the following example will add the total scores of the students
which are higher than 10. Students with scores lower than ten will not be
added.
12
AVERAGEIF - Returns the average (arithmetic mean) of all the cells in a range
that meet a given criteria. AVERAGEIF function has the following syntax:
For example, you want to get the average of the students’ ratings in terms of
the product’s quality. The formula to use to get the average rating of the
students is shown below.
COUNTIF - Counts the number of cells within a range that meet a single
criterion that you specify. COUNTIF function has the following syntax:
COUNTIF(range, criteria)
13
If you want to count the number of students who got grades of 90 and above
in the first quarter you can use the formula below.
The example below shows the formula on how to count the number of students
who got grades of 85 and above from the first to the second quarter.
IF – This function is one of the most popular functions in Excel. It can perform
a logical test and returns one value if TRUE, and another value if FALSE. The
following is the syntax of IF function:
14
IF(logical_test, value_if_true, value_if_false)
The table below shows the formula to display “Passed” if the student’s average
is 75 and above, and “Failed” if the average is below 75. Since the cell reference
H2 has the value of 73.6, “Failed” will be displayed. But not in the case of
cell references H3 and H4, since their values are higher than 75
“Passed” will be displayed.
15
What’s More
Direction: Using the tables below create the formula that will solve the given
problems. Write your answer on a separate sheet of paper.
16
Use the table below to answer numbers 4, 5, and 6.
17
What I Have Learned
With Excel formulas and functions, many operations and tasks are performed
automatically. Users can type numbers or value directly into the formula or use cell
references, so the formula can use any data found in the referenced cells. Some of
the many functions of MS Excel are SUM, AVERAGE, COUNT, MIN, MAX, SUMIF,
AVERAGEIF, COUNTIF, and IF. These functions are pre-defined, it means that these
functions are already available in MS Excel.
What I Can Do
Answer the following questions and write your answer on a separate sheet of paper.
1. What is the importance of using Microsoft Excel?
2. Determine other instances where you can use the COUNTIF, SUMIF, and
AVERAGEIF functions.
18
Assessment
Modified True or False: Write TRUE if the statement is correct. If the statement is
false, change the underlined word or phrase to make the whole statement correct.
Write your answer on a separate sheet of paper.
19
Additional Activities
Answer the following questions and write your answer on a separate sheet of paper.
1. List at least five benefits of using Microsoft Excel.
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
20
21
What I Know What’s New
1. A 1. FUNCTIONS
2. C 2. CELL
3. A REFERENCE
4. C 3. CONSTANT
5. A 4. WORKSHEET
5. SPREADSHEET
6. AVERAGE
7. FORMULA
8. WORKBOOK
9. CELL RANGE
10. ACTIVE CELL
What’s More Assessment
1. =COUNTIF(B2:B6,”<500”) 1. TRUE
2. =IF(D2:D6<1500,”Within the Budget”, “Over 2. Average Range
the Budget”) 3. An equal (=)sign
3. =SUM(B4:B18) 4. TRUE
4. =COUNTIF(F2:F11,”Lake Sebu”) 5. Cell J9
5. =COUNTIF(D2:D11,”Television”) 6. AVERAGEIF
6. =COUNTIF(E2:E11,”<15”) 7. SUM
7. =COUNT(A4:A18) 8. IF
8. =COUNTIF(C4:C18,”>90”) 9. TRUE
9. =AVERAGE(C4:C18) 10.TRUE
10.=COUNTIF(B4:B18,”>50”) 11.TRUE
12.FORMULA
13.Cell
14.TRUE
15.Bold outline
Answer Key
References
https://www.fess.ie/images/stories/ResourcesForTutors/Resource_Lists_Level_5/I
nvestigateCommonUsesForSpreadsheets.pdf
https://www.goskills.com/Excel/Articles/Uses-of-Excel-in-business
http://web.utk.edu/~dhouston/excel/exer1.pdf
https://support.microsoft.com/en-gb/office/add-a-label-or-text-box-to-a-
worksheet-6905d5da-fad4-432e-
87ea001f3ecd6cd6#:~:text=A%20label%20identifies%20the%20purpose,is%20not%
20a%20practical%20solution.
https://edu.gcfglobal.org/en/excel2013/simple-formulas/1/
22
For inquiries or feedback, please write or call: