0% found this document useful (0 votes)
35 views14 pages

Ict 10 q2 Module2 Week 2 Passed

Uploaded by

babykookie535
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)
35 views14 pages

Ict 10 q2 Module2 Week 2 Passed

Uploaded by

babykookie535
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/ 14

10

TLE
Computer Operations
Quarter 2 – Module 2
Operating A Spreadsheet
Application: Creating Formulas
(Week 2)
What I Need to Know

This module is designed and written with you in mind. It is here to help you learn
and understand how to Create and save worksheets. 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.

Lesson 1. Create and save worksheets

After going through this module, you are expected to:


1.2 . create formulas as specified.

What I Know

Please do not forget to write the following in your answer sheet:


Name: _________________________________ Yr. & Section: ________________________
Subject (Specialization): ___________Quarter No.___ Module No: ___Week No.____
Name of the Activity (e.g., What I know) __________________________ Date: _______

Directions: Multiple Choice: Select the best answer.

1. It is one of the best applications that can be used to perform calculations.


a. Google docs c. Google slide
b. Google meet d. Google sheet

2. It is simply a statement made up of ‘operands’ and ‘operators’.


a. Formula c. menu
b. Function d. toolbar

3. The advantage of using ________________ is that you can change a value in a


referenced cell and the formula will automatically recalculate.
a. cell references c. function
b. formula d. menu

4. One of the four mathematical operations that can be performed manually


by passing the two cells separated with a + (plus) sign operator.
a. addition c. multiplication
b. division d. subtraction

1
5. Which of the four mathematical operations does not have a dedicated
function to it, but it can be performed by placing a - (minus) sign between
the cells you would like to subtract?
a. addition c. multiplication
b. division d. subtraction

6. One of the four mathematical operations that can be easily performed


using a / (forward) slash in which the left of the forward slash is the
dividend and to the right of the forward slash is the divisor.
a. addition c. multiplication
b. division d. subtraction

7. Which formula below will add the value of A1 to the value of A2?
a. = 14+8 c. = 1+ 2
b. = A1+A2 d. = A+A2

8. All formulas in Google sheet begin with the following symbol


a. # c. %
b. = d. &

9. Which formula below will subtract the value of A2 from the value of A1.
a. = A2-A1 c. =A1-A2
b. A2-A1 d. A1-A2

10. Which formula below will divide the value of A1 from the value of A2.
a. = A1\A2 c. = A2/A1
b. = A2\A1 d. = A1/A2

LESSON Formulas
(Addition, Subtraction,
01 multiplication & division)

What’s In

Introduction
When working with any numerical information, Google Sheets is one of the best
applications that can be used to perform calculations. In this lesson, you will learn
how to create simple formulas that will add, subtract, multiply, and divide values.
You will also be introduced to the basics of using cell references in formulas.

2
What’s New

Use a separate sheet in answering this activity. Be sure to write the following:
Name: __________________________________Grade and Section: ___________________
Subject: ________________________________Lesson Title: _________________________

Directions: Write the correct formula to use.

What is It

1. What is a “Formula”?
2. How to create simple formulas
3. What are Mathematical operators?

Formula
It is simply a statement made up of ‘operands’ and ‘operators’.
One fundamental thing to note about formulas is that they must always begin with
an equal sign (=).

3
Creating simple formulas

A convenient and time-saving feature of Google Sheets is its ability to add,


subtract, multiply, and divide numerical information. Google Sheets uses
mathematical expressions called formulas that make handling these calculations
easy. In this lesson, we'll focus on formulas that contain one mathematical
operator.

Most of the time, you will be using a cell's address in the formula. This is called
using a cell reference. The advantage of using cell references is that you can change
a value in a referenced cell and the formula will automatically recalculate. Using
cell references in your formulas will make sure the values in your formulas are
accurate.

Mathematical operators

Google Sheets uses standard operators for


formulas: a plus sign for addition (+), minus
sign for subtraction (-), asterisk for
multiplication (*), forward slash for division
(/).

All formulas must begin with an equal sign


(=). This is because the cell contains—or is
equal to—the formula and the value it
calculates.

Figure no. 1

Using cell references

When a formula contains a cell address, meaning it uses a cell reference. It is


very useful to create a formula with cell references because you can update the
numerical values in cells without having to rewrite the formula. See figure no. 1.

ADD operation can be performed manually by passing the two cells separated
with a + (plus) sign operator.

Adding numbers in Google Sheets using basic formula


Refer to figure no. 2
1. Click or tap the cell A3 where you want to place the formula.
2. Type = (equal) sign to start the formula.
3. Click or tap the cell A1 where you want to place the first addend.
4. Type + (plus) sign.
5. Click or tap the cell A2 where you want to place the second addend.
6. Hit enter to process the data and get the sum.

4
Figure No. 2. Addition

Subtract operation does not have a dedicated function to it, but it can be
performed by placing a - (minus) sign between the cells you would like to
subtract.

Subtracting numbers in Google Sheets using basic formula


Refer to figure no. 3
1. Click or tap the cell A3 where you want to place the formula.
2. Type = (equal) sign to start the formula.
3. Click or tap the cell A1 where you want to place the minuend.
4. Type - (minus) sign.
5. Click or tap the cell A2 where you want to place the subtrahend.
6. Hit enter to process the data and get the difference.

Figure No. 3. Subtraction

5
Now you will learn to multiply in spreadsheets!

Multiplying is as simple as addition and subtraction. It can be done by using a


* (asterisk) sign.

Multiplying numbers in Google Sheets using basic formula


Refer to figure no. 4
1. Click or tap the cell A3 where you want to place the formula.
2. Type (equal) sign to start the formula.
3. Click or tap the cell A1 where you want to place the multiplier.
4. Type * (asterisk) sign.
5. Click or tap the cell A2 where you want to place the multiplicand.
6. Hit enter to process the data and get the product.

Figure No. 4. Multiplication


Next, you will learn how to divide in google spreadsheets.

Division can be easily performed using a / (forward) slash in which the left of
the forward slash is the dividend and to the right of the forward slash is the
divisor.

Dividing numbers in Google Sheets using basic formula


Refer to figure no. 5
1. Click or tap the cell A3 where you want to place the formula.
2. Type = (equal) sign to start the formula.
3. Click or tap the cell A1 where you want to place the dividend.
4. Type / ((forward slash) sign.
5. Click or tap the cell A2 where you want to place the divisor.
6. Hit enter to process the data and get the quotient.

6
Figure No. 5. Division

By combining a mathematical
operator with cell references,
you can create a variety of simple
formulas in Google Sheets.
Formulas can also include a
combination of a cell reference
and a number. See Figure No. 6.

Figure No. 6 Sample combination of a cell reference

What’s More

Use a separate sheet in answering this activity. Be sure to write the following:
Name: _________________________________ Grade and Section: ___________________
Subject: ________________________________ Lesson Title: _________________________

Task 1
Directions: Create a spreadsheet to plot the data given in the word problem
below. Use the basic formula in the data calculation process.

Word Problem: 1

You are planning to purchase a kit for your personal computer with the price of
the parts given.

7
Item Description Price
Display monitor P 3,000.00
Motherboard 3,500.00
Memory Card 3,000.00
Processor 7,000.00

You have P5,000.00 in your bank, P3,500.00 from your brother and P2,000.00
from your mother. How much money have you got? How much money do you
really need for the computer set to be purchased?

Word Problem: 2

A keyboard cost P450.00, a headset cost P750.00. If you bought two keyboards
and three headsets and you paid P1,500.00. How much change would you get?

Rubrics

Criteria Excellent Good Fair Poor Ratin


g
4 3 2 1

Content Uses all Uses most Uses some of Unable


required data of data the data to use
information information information data
required required informati
on
required

Creativity and Shows Shows Shows some Display


originality exceptional adequate creativity and no
creativity and creativity originality evidence
originality and of
originality creativity
and
originalit
y

Neatness and The work is The work is The work is The work
Organization presented in presented presented in appears
a net, clear, in a net an organized sloppy
organized and but may be and
that is easy organized hard to read unorgani
to red that is zed.
usually
easy to red

Overall Rating

8
What I Have Learned

Use a separate sheet in answering this activity. Be sure to write the following:
Name: ___________________________________Grade and Section: ___________________
Subject: _________________________________Lesson Title: _________________________

Directions: Answer the following questions briefly.

1. Google Sheets uses mathematical expressions called


__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
________________________________________________________________________.

2. A convenient and time-saving feature of Google Sheets is its ability to


__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
_________________________________________________________________________.

What I Can Do

Use a separate sheet in answering this activity. Be sure to write the following:
Name: ___________________________________Grade and Section: ___________________
Subject: _________________________________Lesson Title: _________________________

Directions: Create a spreadsheet to plot the data and calculate your monthly
household income and expenses. Use the basic formula in the data calculation
process.

9
Rubrics
Criteria Excellent Good Fair Poor Ratin
g
4 3 2 1

Content Uses all Uses most of Uses some of Unable to use


required data data the data data
information information information information
required required required

Creativity Shows Shows Shows some Display no


and exceptional adequate creativity evidence of
originality creativity and creativity and and creativity and
originality originality originality originality

Neatness The work is The work is The work is The work


and presented in a presented in a presented in appears sloppy
Organization net, clear, net and an organized and
organized that organized that but may be unorganized.
is easy to red is usually easy hard to read
to red

Overall Rating

10
Assessment

Please do not forget to write the following in your answer sheet:


Name: _________________________________ Yr. & Section: ________________________
Subject (Specialization): ___________Quarter No.___ Module No: ___Week No.____
Name of the Activity (e.g., What I know) __________________________ Date: ________

Directions: Multiple Choice: Select the best answer.

1. It is simply a statement made up of ‘operands’ and ‘operators’.


a. formula
b. function
c. toolbar
d. menu

2. It is one of the best applications that can be used to perform calculations.


a. Google docs
b. Google meet
c. Google presentation
d. Google sheet

3. The advantage of using ________________ is that you can change a value in a


referenced cell and the formula will automatically recalculate.
a. cell references
b. formula
c. function
d. menu

4. One of the four mathematical operations does not have a dedicated


function to it, but it can be performed by placing a - (minus) sign between
the cells you would like to subtract.
a. addition
b. division
c. multiplication
d. subtraction

5. One of the four mathematical operations that can be performed manually


by passing the two cells separated with a + (plus) sign operator.
a. addition
6. division
7. multiplication
8. subtraction

11
6. One of the four mathematical operations that can be easily performed
using a / (forward) slash in which the left of the forward slash is the
dividend and to the right of the forward slash is the divisor.
a. addition
b. division
c. multiplication
d. subtraction

7. Which formula below will divide the value of A1 from the value of A2.
a. = A1\A2
b. = A2\A1
c. = A2/A1
d. = A1/A2

8. Which formula below will add the value of A1 to the value of A2.
a. = 14+8
b. = A1+A2
c. = 1+ 2
d. = A+A2

9. All formulas in Google sheet begin with the following symbol


a. #
b. =
c. %
d. &

10. Which formula below will subtract the value of A2 from the value of A1.
a. = A2-A1
b. A2-A1
c. =A1-A2
d. A1-A2

Additional Activities

Use a separate sheet in answering this activity. Be sure to write the following:
Name: ___________________________________Grade and Section: ___________________
Subject: _________________________________Lesson Title: _________________________

Directions: Answer the following question briefly.

Using google sheet spreadsheet, create a monthly household budgeting.

12
Answer Key

5. =b6+d6
4. =b5-d5
3. =b4*d4
2. =b3/d3
1. =b2+d2
What’s New

References
1. https://www.benlcollins.com/spreadsheets/how-to-use-google-sheets/
2. https://corporatefinanceinstitute.com/resources/excel/study/google-
sheets/
3. https://edu.gcfglobal.org/en/googlespreadsheets/getting-started-with-
google-sheets/1/

16

You might also like