Lesson 5
Lesson 5
EMPOWERMENT TECHNOLOGIES
GRADE 11
The ability to organize data to a usable information is an important skill you need to learn.
Spreadsheet applications like Microsoft Excel and Google sheets allow large set or group of data to be
stored, organized, analyzed and interpreted automatically.
MS Excel is a powerful spreadsheet application software that integrates graphic and data
management. It is intended to be used to calculate and analyze numerical information such as household
budgets, company finances, inventories, etc.
Let us take a look first on the interface of Microsoft Excel as a review before heading to more
complicated topics.
When used in a formula, cell references help Excel find the values the formula should calculate. For
instance, to pull the value of A1 to another cell, you use this simple formula: =A1. To add up the values in
cells A1 and A2, you use this one: =A1+A2
What is Formula?
A formula is an expression which calculates the value of a cell. Functions are predefined formulas
and are already available in Excel. A formula always starts with an equal sign (=).
The following table shows some examples of formulas and their descriptions.
FORMULAS DESCRIPTIONS
For example, the table below shows the grades of Student1 in all grading periods in English, Science
and Math subjects. Let us solve his final average.
To solve the final average of Student1 for his English subject , first click the cell F2 (Colum F and
Row 2). As you can observed, above the cell F2 is the cell F1 that has a caption “AVERAGE”; this will be
used as an identifier that Colum F contains the average of the said student in three subjects.
To continue calculating the average for English subject, type equal sign followed by an open
parenthesis sign , followed by the cell adrress (B2) of the first grading grade in English then “plus” sign
followed by the cell adrress (C2) of the second grading grade then “plus” sign followed by the cell adrress
(D2) of the third grading grade then “plus” sign followed by the cell adrress (E2) of the fourth grading
grade, followed by close parenthesis sign, followed by division sign, followed by 4 and then press enter.
Using the inputted formula, it will automatically calculate the average of Student1 for English
subject. You can follow the same process for calculating the average for the remaining two subjects.
Example:
$A$2 The column and the row do not change when copied.
Functions
These are predefined formula that performs calculations using specific values in a particular order.
The parts of a function are:
=SUM(A1:A20)
For example, the table below shows figures for Actual Expenses and Predicted Expenses. Formulate
a formula that checks whether the expenses in row 2 are over budget.
Using the given formula below, identify whether the actual expenses are over budget or not.
=IF(A2>B2,"Over Budget","OK") Checks whether the expenses in row 2 are over budget Over Budget
=IF(A3>B3,"Over Budget","OK") Checks whether the expenses in row 3 are over budget OK
LOOKUP FUNCTIONS
The LOOKUP function returns a value either from a one-row or one-column range (range: Two or
more cells on a sheet. The cells in a range can be adjacent or nonadjacent.) or from an array (array: Used to
build single formulas that produce multiple results or that operate on a group of arguments that are arranged
For example:
SUM FUNCTIONS
The SUM function adds all the numbers that you specify as arguments. Each argument can be a
range, a cell reference, an array, a constant, a formula, or the result from another function. For example,
SUM(A1:A5) adds all the numbers that are contained in cells A1 through A5. For another example,
SUM(A1, A3, A5) adds the numbers that are contained in cells A1, A3, and A5.
Syntax: SUM(number1,[number2],...])
MIN FUNCTIONS
Returns the smallest number in a set of values.
AVERAGE FUNCTIONS
Returns the average (arithmetic mean) of the arguments. For example, if the range A1:A20 contains
numbers, the formula =AVERAGE(A1:A20) returns the average of those numbers.
MODE FUNCTIONS
Returns the most frequently occurring, or repetitive, value in an array or range of data.
Syntax: MODE(number1,[number2],...])
Cell
Column
Row
Worksheet
Formula
Functions
LOOKUP
Excel
software
https://www.jotform.com/blog/best-spreadsheet-
software/
1.Microsoft Excel
2. Apple Numbers
3. Google Sheets
4. Quip
5. EtherCalc
6. Zoho Sheets
7. LibreOffice
9. Smartsheet
10. Airtable
11. Stackby
Activity Number 2
Direction: Using the table below as your reference, answer what is being asked.
A B C D E F G H I J K L M N O P Q R S T U
3 Barber 12 25 17 2 25 40 78
5
4 Dadivas 15 22 18 2 25 43 89
3
5 Hadcan 8 21 14 2 35 42 75
5
6 Francisc 9 16 15 2 32 45 88
o 6
7 Monton 10 18 17 2 33 40 89
3
8 Malicia 11 19 22 2 32 43 80
1
9 Bagul 13 20 23 2 34 41 79
2
1. What is the formula in getting the Total Score of Monton in her Written Work (E7) ?
Answer:_______________________________________________________________________________________
2. What is the formula in getting the Total Score of Malicia in her Written Work (E8) ?
Answer:_______________________________________________________________________________________
3. To solve the PS (Percentage Score), use this hint: Total Score must be divided by 60 and multiplied by 100.
What is the formula in getting the PS (Percentage Score) of Barber in his Written Work (F3)?
Answer:________________________________________________________________________________________
4. What is the formula in getting the Total Score of Francisco in her Performance Task (L6)?
Answer:________________________________________________________________________________________
5. To solve the PS (Percentage Score), use this hint: Total Score must be divided by 110 and multiplied by 100.
What is the formula in getting the PS (Percentage Score) of Dadivas in his Performance Task (M4)?
Answer:________________________________________________________________________________________
6. To solve the WS (Weighted Score), use this hint: PS must be multiplied by 0.60 .
What is the formula in getting the WS (Weighted Score) of Bagul in her Performance Task (N9)?
Answer:________________________________________________________________________________________
7. To solve the PS (Percentage Score), use this hint: Total Score must be divided by 100 and multiplied by 100.
What is the formula in getting the PS (Percentage Score) of Monton in her Assessment (Q7)?
Answer:________________________________________________________________________________________
8. To solve the WS (Weighted Score), use this hint: PS must be multiplied by 0.20 .
What is the formula in getting the WS (Weighted Score) of Hadcan in her Assesment (R5)?
Activity Number 3
A. Direction: Using the table below as your reference, answer what is being asked.
1. What is the formula in finding the largest number of the given
data?
Answer: _______________________________
2. What is the formula in finding the smallest number of the given
data?
Answer: _______________________________
3. What is the formula in getting the sum of the given data?
Answer: _______________________________
4. What is the formula in getting the average of the given data?
Answer: _______________________________
5. What is the formula in finding the most frequently occurring
number of the given data?
Answer: _______________________________
B. Evaluate the given formula shown in the table and write the RESULT on the provided space.