0% found this document useful (0 votes)
24 views28 pages

ICF 9-Excel LO 4

Uploaded by

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

ICF 9-Excel LO 4

Uploaded by

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

INTERNET & COMPUTING

FUNDAMENTALS 9

WHOLE BRAIN LEARNING SYSTEM


OUTCOME-BASED EDUCATION

TECHNICAL VOCATIONAL EDUCATION

INTERNET & COMPUTING


GRADE
FUNDAMENTALS
9
QUARTER 2
LEARNING
MODULE WEEK 1-2

QUARTER I
WEEK 3 - 4

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 1


MODULES IN INTERNET &
COMPUTING FUNDAMENTALS 9

QUARTER 2
WEEK 1 - 2

Permorming Basic MS Excel Formulas

Development Team
Writer/s: Marites M. Salvador
English Editor: Ma. Angelica J. Aurelio
Reviewer: Jeannette Rose L. Llacuna Regie A. Llacuna
Illustrator: Marites M. Salvador
Lay-out Artist: Marites M. Salvador
Management Team:
Vilma D. Eda Arnel S. Bandiola
Lourdes B. Arucan Juanito S. Labao
Marju A. Miguel

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 2


What I Need to Know

Learning Competencies: Manipulate data using formulas and worksheets functions

This module covers the knowledge and skills required in performing basic
formulas in Microsoft Excel 2016. Upon completion of this module, you should be
able to:
1. understand cell references;
2. create formula;
3. create a formula using the point-and-click method;
4. copy formula with the fill handle; and
5. edit formula.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 3


What I Know

PRE TEST

DIRECTION: This is to test your knowledge on the given lesson. Select the correct
answer to the following multiple choice questions about performing basic formulas in
MS Excel. Copy the letter of your choice. Write it on a separate sheet.

1. Which symbol must all formulas in MS Excel begin with?


A. =
B. -
C. *
D. ^

2. Which formula below will add the value of B2 to the value of C3?
A. =B2+C3
B. =C3+B3
C. =6+4
D. =B+C

3. Is it possible to use Excel as you would a calculator? For example, what happens
if you enter: =1+10 in a cell?
A. The formula above is incorrect. It will not return any value.
B. The formula above is incorrect and will return the values of numbers in cells A1 and
A10.
C. The formula above is correct and will return the SUM value of cells in A1 to A10.
D. The cell will return the value of 1 plus 10 (i.e. 11) as if you entered it into a calculator

4. Which of the following option(s) represent the correct formula to multiply two
values located in cells A1 and A2 with each other?
A. Entering the formula: =A1xA2
B. Entering the formula: =MULTIPLY(A1:A2)
C. Entering the formula: =A1*A2
D. All of the above options are correct.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 4


5. Study the screenshot below. James wishes to work out the total for the weekly
grocery bill for himself and his roommate. The total should display in cell
B16. Which of the following methods will successful in displaying the total?

A. Select cells B3:B15, press AutoSum and then press enter.


B. In cell B16 type the formula: =Sum(B3:B15) and press enter.
C. In cell B16 type the formula =
B3+B4+B5+B6+B7+B8+B9+B10+B11+B12+B13+B14+B15
D. All of the above options are correct.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 5


L.O.

4 Performing Basic MS Excel Formulas

What’s In

Mathematical operators

Excel uses standard operators for formulas, such as a plus sign for addition (+),
a minus sign for subtraction (-), an asterisk for multiplication (*), a forward slash for
division (/), and a caret (^) for exponents.

All formulas in Excel must begin with an equals sign (=). This is because the cell
contains, or is equal to, the formula and the value it calculates.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 6


What’s New

One of the most powerful features in Excel is the ability to calculate numerical
information using formulas. Just like a calculator, Excel can add, subtract, multiply, and
divide. In this lesson, we'll show you how to use cell references to create simple
formulas.

What is It

Understanding cell references


While you can create simple formulas in Excel using numbers (for
example, =2+2 or =5*5), most of the time you will use cell addresses to create a
formula. This is known as making a cell reference. Using cell references will ensure that
your formulas are always accurate because you can change the value of referenced cells
without having to rewrite the formula.
In the formula below, cell A3 adds the values of cells A1 and A2 by making cell references:

When you press Enter, the formula calculates and displays the answer in cell A3:

If the values in the referenced cells change, the formula automatically recalculates:

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 7


By combining a mathematical operator with cell references, you can create a
variety of simple formulas in Excel. Formulas can also include a combination of cell
references and numbers, as in the examples below:

To create a formula:
In the example below, it uses a simple formula and cell references to calculate a
budget.
1. Select the cell that will contain the formula.
In the example, cell D12 selected.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 8


2. Type the equals sign (=). Notice how it appears in both the cell and
the formula bar.

3. Type the cell address of the cell you want to reference first in the
formula: cell D10 in our example. A blue border will appear around
the referenced cell.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 9


4. Type the mathematical operator you want to use. In our example,
we'll type the addition sign (+).

5. Type the cell address of the cell you want to reference second in
the formula: cell D11 in our example. A red border will appear
around the referenced cell.

6. Press Enter on your keyboard. The formula will be calculated, and


the value will be displayed in the cell. If you select the cell again,
notice that the cell displays the result, while the formula bar displays
the formula.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 10


If the result of a formula is too large to be displayed in a cell, it may appear
as pound signs (#######) instead of a value. This means the column is not wide enough
to display the cell content. Simply increase the column width to show the cell content.

Modifying values with cell references


The true advantage of cell references is that they allow you to update data in your
worksheet without having to rewrite formulas. In the example below, the value of cell D10
is modified from 1,200 to 1,800. The formula in D12 will automatically recalculate and
display the new value in cell D12.

To create a formula using the point-and-click method:


Instead of typing cell addresses manually, you can point and click the cells you
want to include in your formula. This method can save a lot of time and effort when
creating formulas. In the example below, we'll create a formula to calculate the cost of
ordering several boxes of plastic silverware. (Copy the data for practice.)

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 11


1. Select the cell that will contain the formula. In our example, we'll
select cell D4.

2. Type the equals sign (=).

3. Select the cell you want to reference first in the formula: cell B4 in
our example. The cell address will appear in the formula.

4. Type the mathematical operator you want to use. In our example,


we'll type the multiplication sign (*).

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 12


5. Select the cell you want to reference second in the formula:
cell C4 in our example. The cell address will appear in the formula.

6. Press Enter on your keyboard. The formula will be calculated, and


the value will be displayed in the cell.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 13


Copying formulas with the fill handle
Formulas can also be copied to adjacent cells with the fill handle, which can
save a lot of time and effort if you need to perform the same calculation multiple times
in a worksheet. The fill handle is the small square at the bottom-right corner of the
selected cell(s).

1. Select the cell containing the formula you want to copy. Click and
drag the fill handle over the cells you want to fill.

2. After you release the mouse, the formula will be copied to the
selected cells.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 14


To edit a formula:
Sometimes you may want to modify an existing formula. In the example below, we've
entered an incorrect cell address in our formula, so we'll need to correct it.

1. Select the cell containing the formula you want to edit. In our
example, we'll select cell D12.

2. Click the formula bar to edit the formula. You can also double-
click the cell to view and edit the formula directly within the cell.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 15


3. A border will appear around any referenced cells. In our example,
we'll change the first part of the formula to reference
cell D10 instead of cell D9.

4. When you're finished, press Enter on your keyboard or select


the Enter command in the formula bar.

5. The formula will be updated, and the new value will be displayed
in the cell.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 16


If you change your mind, you can press the Esc key on your keyboard or click
the Cancel command in the formula bar to avoid accidentally making changes to your
formula.

To show all of the formulas in a spreadsheet, you can hold the Ctrl key and
press ` (grave accent). The grave accent key is usually located in the top-left corner of
the keyboard. You can press Ctrl+` again to switch back to the normal view.

What’s More

Creating more complex formulas


More complex formulas can contain several mathematical operators, such
as 5+2*8. When there's more than one operation in a formula, the order of
operations tells Excel which operation to calculate first. To write formulas that will give
you the correct answer, you'll need to understand the order of operations.

Excel calculates formulas based on the following order of operations:

1. Operations enclosed in parentheses

2. Exponential calculations (3^2, for example)

3. Multiplication and division, whichever comes first

4. Addition and subtraction, whichever comes first

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 17


To create a complex formula using the order of operations:

In the example below, we'll use cell references along with numerical values to
create a complex formula that will calculate the subtotal for a catering invoice. The
formula will calculate the cost of each menu item first, then add these values.

1. Select the cell that will contain the formula. In our example, we'll
select cell C5.

2. Enter your formula. In our example, we'll type =B3*C3+B4*C4. This


formula will follow the order of operations, first performing the
multiplication: 125*35 = 4,375 and 105*20 = 2,100. It then will add
these values to calculate the total: 4,375+2,100.

3. Double-check your formula for accuracy, then press Enter on your


keyboard. The formula will calculate and display the result. In our
example, the result shows that the subtotal for the order is 6475.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 18


You can add parentheses to any equation to make it easier to read. While it won't
change the result of the formula in this example, we could enclose the multiplication
operations within parentheses to clarify that they will be calculated before the addition.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 19


What I Have Learned

Hands on Activity 2-1

1. Copy the data below in your computer.

2. Create a formula in cell D4 that multiplies the quantity in B4 by the price


per unit in cell C4.
3. Use the fill handle to copy the formula in cell D4 to cells D5:D7.
4. Change the price per unit for the camote chips in cell C6 to P125. Notice
that the line total automatically changes as well.
5. When you're finished, your workbook should look like this:

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 20


What I Can Do

Skill test 2-1: Computation of Grades


Your work will be graded based on the rubric for Performance Task.

Instructions:
1. Open a new workbook, save it as (Section_Surname_Name_Q2_1)
2. Set column width of Column A to 4.
3. Set the column width of Column B to 30.
4. Set the column width of Column C to G to 5.
5. Set the column width of Column H to 8.
6. Set the column width of Column I to 7.
7. Enter the data.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 21


8. Compute for the Tentative Grade (TG)
Formula = Quiz *.25 + PT* .25 + LQ*.25 + Proj. *.15 + B*.1
9. Copy the formula from student 1 to students 2-17.
10. Round off the TG to whole number.
11. Copy the round off to all the students.
12. Save your work.
13. Send a copy of your file to your teacher’s fb messenger or gmail account.

Rubric for Performance Task


Meets the Needs more
Super Going beyond
mark work
4pts 3 pts
2 pts 1 pt

Followed All directions Most of the Some of the None of the


Directions were followed directions were directions directions were
accurately and followed were followed.
completely. accurately. followed.

Speed Work properly Work done on Work done Work done


done and time. closed to the beyond the given
finished ahead of given time. time
time

Organization Information is Information Information Information is


/Formatting very well organization is organization poorly organized.
organized by good, using is fair, using Appropriate
using appropriate appropriate standard formatting such
advanced standard formatting as appropriate
formatting, formatting tools, tools. Some labels &
including such as labels labels or column/row
shading, and bolding. other widths & height
alignment tools, important are not used.
borders, special formatting
fonts. tools are
missing.

Data Entry, All data required All data required Some data Several errors.
Computations, is entered with data is entered required is Some required
& Formulas 100% accuracy. correctly. Minor missing. data may be
100% use of errors in correct Several missing. No
correct formulas used. errors in formulas are
applicable formula used.
formulas as calculations
required.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 22


Assessment

POST TEST

DIRECTION: This is to test your knowledge on the given lesson. Select the correct
answer to the following multiple choice questions about modifying cell tructures and
format. Copy the letter of your choice. Write it on a separate sheet.

1. How do you begin any formula in MS Excel?


A. Select the cell you want to place the formula.
B. Type the equals sign (=) to tell Excel that you’re about to enter a formula.
C. Enter the formula using any input values and the appropriate mathematical
operators that make up your formula
D. Choose the new command from the file menu

2. Multiple calculations can be made in a single formula using


A. standard formulas
B. array formula
C. complex formulas
D. smart formula

3. Which of the following is a correct order of precedence in formula


calculation?
A. Exponentiation, Multiplication and division, positive and negative values
B. Multiplication and division, positive and negative values, addition and
subtraction
C. Addition and subtraction, positive and negative values, exponentiation
D. All of above

4. Which of the following formulas is not entered correctly?


A. =10-50
B. =B7*B1
C. =B7+14
D. 10+50

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 23


5. Which of the following option(s) represent the correct formula to multiply
two values located in cells A1 and A2 with each other?
A. Entering the formula: =A1xA2
B. Entering the formula: =MULTIPLY(A1:A2)
C. Entering the formula: =A1*A2
D. All of the above options are correct.

6. Study the screenshot below. James wishes to work out the total for the
weekly grocery bill for himself and his roommate. The total should display
in cell B16. Which of the following methods will successful in displaying
the total?

A. Select cells B3:B15, press AutoSum and then press enter.


B. In cell B16 type the formula: =Sum(B3:B15) and press enter.
C. In cell B16 type the formula =
B3+B4+B5+B6+B7+B8+B9+B10+B11+B12+B13+B14+B15
D. All of the above options are correct.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 24


7. Study the formulas listed below. Which of the formulas contain an error
that will prevent it from working?
A. =Sum(A1, A4)
B. =B26-M13
C. =C4/C1
D. B4=A1+A5

8. Study the screenshot below. Which of the following options represent


what will be displayed in the selected cell (A3) after the Enter key is
pressed?

A. The following formula will be displayed in the cell: =A1/A2


B. An error will be displayed in the cell as the formula is incorrect.
C. The following value will be displayed in the cell: 5
D. The following value will be displayed in the cell: 125

9. Is it possible to use Excel as you would a calculator? For example, what


happens if you enter: =1+10 in a cell?
A. The formula above is incorrect. It will not return any value.
B. The formula above is incorrect and will return the values of numbers in
cells A1 and A10.
C. The formula above is correct and will return the SUM value of cells in A1
to A10.
D. The cell will return the value of 1 plus 10 (i.e. 11) as if you entered it into a
calculator.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 25


10. Study the formula in the cell A5 in the screenshot below. Carefully
review the cells included in the formula and the symbols included.

Based on your observations, which of the following options represent


the result of this formula?
A. The result will be: 40
B. The result will be: 22
C. The result will be: 0
D. The formula contains errors and will not return any result.

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 26


Answer Key

Pre-Test D 5
C 4
D 3
A 2
A 1

A 10 C 5
Post Test D 9 D 4
C 8 A 3
D 7 C 2
D 6 A 1

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 27


References:

• Level 2 - Mount Allison University


https://www.mta.ca/uploadedFiles/Community/Administrative_departments/Human_Resources/Training_and
_professional_development/Classroom/Excel%20Training%20-%20Level%202.pdf
• Excel 2016: Intro to Formulas - GCFGlobal.org
https://edu.gcfglobal.org/en/excel2016/intro-to-formulas/1/

• https://www.rcampus.com/rubricshowc.cfm?sp=yes&code=S98785&

For inquiries or feedback, please write or call:


Department of Education-Schools Division of Laoag City
Curriculum Implementation Division (CID)
Brgy. 23 San Matias, Laoag City 2900
Contact Number: (077)771-3678
Email Address:[email protected]

WBLS-OBE STVEP-Aligned Self-Learning Module ICF 9 28

You might also like