WLP 3.2 3.3 TLE 8 Computer Literacy Revised
WLP 3.2 3.3 TLE 8 Computer Literacy Revised
I. ENCOUNTER
A. INTRODUCTION AND FOCUS QUESTION
I hope you are doing great today. In your previous learning packet, you learned about formatting data and
contents in an electronic spreadsheet program. For this learning packet, you are going to learn about how
to use the different ways to speed up calculation of your data. Lastly, you will be able to answer this focus
question:
How does the use of function in an electronic spreadsheet help in making progress in our society?
Content Standards:
The learners demonstrate an understanding of a function and its parts, statistical functions, text and data
functions and logical functions in electronic spreadsheet.
Performance Standards:
The learners are able to demonstrate their understanding of manipulating data in electronic spreadsheet
program and making visually pleasing worksheets through hands-on activities.
Learning Targets:
Within the completion of this learning packet, the learners will be able to:
a. analyze what is a function;
b. explain the importance of using basic, count, statistical, text and logical functions to the society
through a short reflection; and
c. perform an activity using functions in their worksheet.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 1 | 14
II. EXPLORE
Learning Packet Concept Map:
Functions are predefined formulas that perform calculations by using specific values called arguments
in a particular order. Functions can be used to perform simple or complex calculations. A function is a
built-in formula in Excel. A function has a name and arguments (the mathematical function) in a
parenthesis. It may be used by itself, or it may be combined with other functions.
1. Equal sign
2. Function Name
3. Arguments
A function begins with an equal sign (=) followed by the function name, an opening parenthesis, the
arguments for the function, and a closing parenthesis. Arguments can be numbers, logical values such as
TRUE or FALSE, or cell references.
There are different ways by which you can enter a formula that contains a function in a cell. You can use
the formula Autocomplete feature of Excel, use the function buttons in the function library of the formulas
tab, use the formula pallete , or by using the insert function button located in the fomula bar.
Using Autocomplete
A tooltip with the syntax and arguments also appears as you type the function.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 2 | 14
1. Select the cell you want to insert the formula.
2. On the Formulas Tab, under Function Library, choose the function category where the specific
function you want to use belongs.
3. Click the drop-down arrow and choose the function. The Function Arguments dialog box will
appear.
You may use either the Insert function button from the Functions Library or the one in the Formula
bar. In any case, the Function Arguments dialog box will also appear. Supply the needed arguments then
click OK or press the Enter key.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 3 | 14
Using the Basic Functions
The Sum function adds a value in a range. If you were to add the cells from B7 to B19, the function
would read as = SUM(B7:B19).
The Average function is used to find the average of values in a given range. In the sample given below,
computing the average of Quiz 1 to Quiz 3 will need a formula that would appear as :
=AVERAGE(B4:D4)
The Count Function adds up the number of cells that contains numbers (this includes values that are results
of a formula), it can also be dates or numeric values stored as text in a given range which is specified within
the parenthesis.
CountA- This function counts the numbers of cells which contains data, or cells which are not empty in a
given range specified within the parenthesis.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 4 | 14
Statistical Functions
The methods to use these functions are similar in using the Sum or Average Functions.
You can also modify and format text using formulas. Let us assume that you want to convert text from
uppercase to lowercase or vice-versa to make it more readable. You can use the Proper, Upper, Lower and
Substitute Functions.
Proper Function
The proper function is used to change the case of the selected text to all proper case letters. You can use
this function if you want to copy or import data in your spreadsheet.
Syntax: =PROPER(TEXT)
Example: =Proper(A2)
Result: John Clarence D. Richardson
Upper Function
The Upper function will change all selected text into capital letter or upper case letters.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 5 | 14
Lower Function
The lower function will convert all selected text into lower case letters. Sometimes you import data or
copy it in the program that some of the words have incorrect capitalization.
Substitute Function
The substitute function will replace a set of characters with another character or text.
Logical Functions
The logical functions are powerful worksheet functions that enable you to add decision making and
logical preferences for your worksheets.
IF Function
The IF function returns one value if a condition you specify evaluates to TRUE, and another value if that
condition evaluates to FALSE.
In the given sample, the formula uses the IF function to determine if the grade is passed or failed.
Column G displays the result if the grades in column F are passed or failed. In cell G3, it uses the formula:
=If (F3>=75, “PASSED”, “FAILED”). The data in F3 which is 88.00 met the criterion set in the formula
that evaluates to True thus, the answer is PASSED.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 6 | 14
Nested IFs
You can have one nested function inside another one. In the first argument, you will test a condition. The
second or third arguments, the value if true or false could have another if statement.
AND Function
This returns TRUE if all its arguments evaluate to TRUE or returns FALSE if one or more arguments
evaluate to FALSE.
The logical1 is required. This is the first condition that you want to test that can evaluate to true or false.
Logical2 is optional. This is the additional condition you want to test that can also evaluate to true or false.
AND function can accommodate up to a maximum of 255 conditions.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 7 | 14
OR Function
This function returns a true value if any argument is True or returns a FALSE value if the arguments are
False. Similar to AND function, OR function can also accommodate up to a maximum of 255 conditions.
Syntax: =OR(logical1,logical2,…)
NOT Function
This function will return a TRUE value if the argument is FALSE, and will return a FALSE value if the
argument is TRUE.
LOOK BACK!
The discussion was on the different functions in electronics spreadsheet and the ways to enter them
in the worksheet. It’s time for you to perform an activity that will apply your learning in these topics.
Please proceed to page 9 now for the directions and for you to write your answer to the question.
After answering, proceed to “Engage and Enrich.”
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 8 | 14
WEEKLY LEARNING PACKET ACTIVITY SHEET IN TLE 8
(COMPUTER LITERACY)
This is good for two weeks. You will submit this together with the printed outputs on
January 24, 2022
FORMATIVE ASSESSMENT:
Directions: Answer the following questions briefly. Write your answer in the space provided.
PRODUCT /PERFORMANCE
Criteria 1 2 3 Score
WS No. 3 WS No. 4 WS No. 5
Contents (5) Content is unclear Content is Content is
or no relation to the somewhat accurate, focused
task. accurate. and consistent.
Total Score
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 9 | 14
Worksheet No. 3- Statistical Function (30 pts.)
Sample Worksheet:
Worksheet Format:
Orientation- Landscape
Font size- 12
Font size- 12
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 10 | 14
Old Name Substitute with
LLOYD JAMES
xander SEAN
Glenn Nathaniel
Sample Worksheet:
Worksheet Format:
Orientation- Landscape
3. In cell B7, create a formula that will convert the value entered in B3 which is weight in Kg to
pounds (lbs). Thus, the value in B3 must be multiplied by 2.2.
4. In cell B8, create a formula that will convert the value entered in B5 which is height in feet into
inches. Thus, the value must be multiplied to 12 for there are 12 inches in a foot.
5. Add the value in B6 to the result in B8.
6. In cell B9, create a formula that will compute for the BMI (Body Mass Index) using this equation:
BMI=Weight in lbs*705/Height in inches/Height in Inches.
7. For the Remarks which is in B10, create a nested IF statement that will display if the BMI is
underweight, healthy, overweight, or obese.
8. Save your file as BMI.xlsx
9. Print and attach your worksheet in this learning packet.
Take Note!
Print all worksheets in a separate bond paper, one paper per worksheet only.
Make sure to follow the given format and examples.
If you will send the worksheet files through email please have it in one workbook
only.
For the Engage and Enrich activity, you may accomplish it if you have available
gadgets, but to those who don’t have available gadgets you can accomplish the
worksheet below by writing the correct formula in the cells with yellow cell
background.
For those who have completed all the activities in this WLP in the Aralinks, you don’t
need to answer this WLP.
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 11 | 14
Worksheet No. 3
Worksheet No. 4
Worksheet No. 5
Please make a reflection and conclusion about the lesson in 3 sentences only. Write your answer on the
space provided.
How does the use of function in an electronic spreadsheet help in making progress in our society?
_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 12 | 14
IV. EVALUATE
Congratulations! You have completed already all the engaging and enriching activities in this lesson. It is
now time to evaluate the progress of your learning and assess yourself with regard to the learning targets.
SUMMATIVE TEST:
T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 13 | 14
SELF-EVALUATION:
Directions: Check the column that will best describe the skills that you have develop in performing the
activities in this lesson.
2. Explaining the importance of using basic, count, statistical, text and logical
functions to the society through a short reflection
3. Performing an activity using functions in their worksheet
PARENTS’/GUARDIANS’ SECTION:
Please affix your signature signifying that you have monitored your child’s performance and made sure that
all activities in this learning packet are completely and honestly answered by the learner.
BIBLIOGRAPHY:
Innovative Training Works Team. ( 2007). Proficiency in Spreadsheet Using Microsoft Office Excel
2007. Rex Book Store,Inc.