SlideShare ist ein Scribd-Unternehmen logo
1 von 50
Downloaden Sie, um offline zu lesen
JESUS B. RANCES
Senior High School Teacher II, Baao NHS
OBJECTIVE/S:
The learners

1. describe Microsoft Excel functions;
2. use selected functions of Microsoft Excel functions in problem
solving; and
3. value the importance of 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.
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
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.
Beyond arithmetic operations, spreadsheets provide
invaluable tools such as functions that are very useful in
calculating data. As a result, spreadsheets have become
one of the widely used software programs, and MS Excel
is the most commonly used spreadsheet tool.
Spreadsheets can be used to determine statistical
analysis, compute student’s grades, keep track business
accounts and inventories, and manage databases.
Spreadsheets are made up of the following:
Columns – identified with
alphabetic headings
Rows - identified with
numeric headings
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
- Use cell reference when creating formulas in Excel to
ensure that your formulas are accurate. Take a look at
the table below, instead of using the actual values
which are 5, 10, and 20 use the cell references A1, A2,
and A3.
Active Cell – the currently
selected cell in a spreadsheet and
is indicated by a bold outline that
surrounds the cell
- B5 is the active cell
Texts or labels – It identifies the purpose of a
cell, it can be a brief instruction, a title or caption.
Number data or constant – a value that doesn’t
change and is directly inserted into a cell.
Formula (mathematical equations) – an
expression that calculates the value of a cell.
Mathematical Operators – MS
Excel uses standard operators for
formulas.
Functions- These are pre-defined formulas that
are already available in MS Excel.
Examples of Formula
Note: A formula always begin with an equal (=) sign.
Commonly Used Excel Functions
SUM – Adds all the numbers in a range of cells.
COUNT - Counts the number of cells that contain
numbers.
MIN - Returns the smallest number in a set of
values.
MAX - Returns the largest value in a set of values.
AVERAGE - Returns the average (arithmetic
mean) of the arguments
SUMIF – Adds the cells specified by a given condition or
criteria. SUMIF function has the following syntax:
SUMIF(range, criteria, sum_range)
Range - The range of cells that you want to evaluate
based on a given criteria.
Criteria – It determines which cells will be added.
Sum_Range – These are the cells containing numeric
values and the cells to add if the condition is met.
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.
AVERAGEIF - Returns the average (arithmetic mean) of
all the cells in a ange that meet a given criteria.
AVERAGEIF function has the followingsyntax:
AVERAGEIF(range, criteria, average_range)
Range - The range of cells that you want to apply the
criteria.
Criteria – It determines which cells to average.
Average_Range – These are the cells containing
numeric values and the actual set of cells to average.
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)
Range – The range of cells to count.
Criteria – The criteria that determines which cells to be
counted.
The formula =COUNTIF(I3:I7,”YES”) will count the number of
respondents that voted for “Yes”.
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:
IF(logical_test, value_if_true, value_if_false)
Logical Test - A value or logical expression that can be
evaluated as True or False.
Value if True – The value to return if the logical test or logical
expression evaluates to TRUE.
Value if False – The value to return if the logical test or logical
expression evaluates to 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.
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.
Use the table below to answer numbers 1 and
2.
Count the number of products
where price is less than 500.
Display “Within the Budget” if
the total amount is less than
1,500. Otherwise “Over the
Budget” will be displayed.
Use the table below to answer number 3.
1. Show the total sales for the
month of August.
Use the table below to answer
numbers 4, 5, and 6.
2. Count the number of
orders delivered in Lake Sebu.
3. Count the number of
television orders.
4. Count the number of
items that are less than 15.
Use the table below to answer numbers
7, 8, 9, and 10.
5. Count the number of respondents.
6. Show how many respondents are
having glucose level of more than 90.
7. Compute the average of glucose level.
8. Count the number of respondents
whose age is older than 50.
What I Have Learned
In this lesson we have learned that a spreadsheet is an
application that enables a user to save, sort and manage data
in an arranged form of rows and columns. Spreadsheet can
be used to calculate students’ grades, track inventories, and
even manage databases. One of the widely used spreadsheet
programs is the Microsoft Excel. MS Excel allows users to
organize, format and calculate data using formulas and
functions.
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.
3. How does Excel interpret data?
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.
__________________1. Microsoft Excel can perform mathematical
equations.
__________________2. Range, criteria, and logical test are part of the
AVERAGEIF syntax.
__________________3. Excel formulas always begin with a sign.
__________________4. Excel can be used to create a database
__________________5. Column J and row 9 is also referred to as cell 9J.
__________________6. AVERAGE function used to get the average of a
certain range of cells if a condition is met.
__________________7. SUMIF function adds all the numeric values in a
range of cells, ignoring those which are not numeric, and place the
result in a different cell.
__________________8. Both IF and AVERAGEIF can perform a logical
test.
__________________9. Asterisk (*) symbol is used to multiply items in
Excel.
__________________10. SUMIF function adds values that meet a given
criteria.
__________________11. IF function can have two results.
__________________12. Functions are mathematical equations that
calculates the value of a cell.
__________________13. The intersection of rows and columns is called
cell reference.
__________________14. AVERAGEIF function returns the arithmetic
mean of all the cells in a range that meet a given criteria.
__________________15. In Excel, the active cell is indicated by an
underline.
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.
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
2. How can Microsoft Excel help you as a student?
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
3. Why do you think Microsoft Excel is important in any
business organizations?
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
Answer Key
Reference/s
‱ Empowerment Technologies First
Edition.(2016).Sampaloc Manila:Rex Bookstore, Inc.
Thank

Weitere Àhnliche Inhalte

Was ist angesagt?

Empowerment Technologies - Module 2
Empowerment Technologies - Module 2Empowerment Technologies - Module 2
Empowerment Technologies - Module 2Jesus Rances
 
Lesson 3 advanced word processing skills
Lesson 3 advanced word processing skillsLesson 3 advanced word processing skills
Lesson 3 advanced word processing skillsEmmanuelaSernicul
 
Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Jesus Rances
 
Empowerment Technology Lesson 5
Empowerment Technology Lesson 5Empowerment Technology Lesson 5
Empowerment Technology Lesson 5alicelagajino
 
Empowerment Technology Lesson 2
Empowerment Technology Lesson 2Empowerment Technology Lesson 2
Empowerment Technology Lesson 2alicelagajino
 
Imaging and Design for Online Environment
Imaging and Design for Online EnvironmentImaging and Design for Online Environment
Imaging and Design for Online EnvironmentAngelito Quiambao
 
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptxRyanRojasRicablanca
 
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICTJazzyNF
 
Creating mail merge
Creating mail mergeCreating mail merge
Creating mail mergeNico Bereber
 
Online platforms for ICT Content Development
Online platforms for ICT Content DevelopmentOnline platforms for ICT Content Development
Online platforms for ICT Content DevelopmentAngelito Quiambao
 
The Current State of ICT Technologies
The Current State of ICT TechnologiesThe Current State of ICT Technologies
The Current State of ICT TechnologiesMaria Eloisa Blanza
 
LESSON 1, 2 & 3-ETECH 1S
LESSON 1, 2 & 3-ETECH 1SLESSON 1, 2 & 3-ETECH 1S
LESSON 1, 2 & 3-ETECH 1SJuvywen
 
Online Safety, Security, Ethics, and Netiquette - Empowerment Technologies
Online Safety, Security, Ethics, and Netiquette - Empowerment TechnologiesOnline Safety, Security, Ethics, and Netiquette - Empowerment Technologies
Online Safety, Security, Ethics, and Netiquette - Empowerment TechnologiesMark Jhon Oxillo
 
Online Platforms for ICT Content Development - Empowerment Technologies
Online Platforms for ICT Content Development - Empowerment TechnologiesOnline Platforms for ICT Content Development - Empowerment Technologies
Online Platforms for ICT Content Development - Empowerment TechnologiesMark Jhon Oxillo
 
Mail-Merge-and-Label-Generation.pptx
Mail-Merge-and-Label-Generation.pptxMail-Merge-and-Label-Generation.pptx
Mail-Merge-and-Label-Generation.pptxLesterFajardo5
 
8 Collaborative ICT Development
8 Collaborative ICT Development8 Collaborative ICT Development
8 Collaborative ICT DevelopmentTeodoro Llanes II
 
Empowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordEmpowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordJuan Miguel Palero
 

Was ist angesagt? (20)

Productivity tools
Productivity toolsProductivity tools
Productivity tools
 
Empowerment Technologies - Module 2
Empowerment Technologies - Module 2Empowerment Technologies - Module 2
Empowerment Technologies - Module 2
 
Lesson 3 advanced word processing skills
Lesson 3 advanced word processing skillsLesson 3 advanced word processing skills
Lesson 3 advanced word processing skills
 
Empowerment Technologies - Module 1
Empowerment Technologies - Module 1Empowerment Technologies - Module 1
Empowerment Technologies - Module 1
 
Empowerment Technology Lesson 5
Empowerment Technology Lesson 5Empowerment Technology Lesson 5
Empowerment Technology Lesson 5
 
Empowerment Technology Lesson 2
Empowerment Technology Lesson 2Empowerment Technology Lesson 2
Empowerment Technology Lesson 2
 
Trends in ict
Trends in ictTrends in ict
Trends in ict
 
Imaging and Design for Online Environment
Imaging and Design for Online EnvironmentImaging and Design for Online Environment
Imaging and Design for Online Environment
 
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx
6. Applied Productivity Tools with Advanced Application Techniques PPT.pptx
 
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT
[EMPOWERMENT TECHNOLOGIES]-MULTIMEDIA AND ICT
 
Creating mail merge
Creating mail mergeCreating mail merge
Creating mail merge
 
Online platforms for ICT Content Development
Online platforms for ICT Content DevelopmentOnline platforms for ICT Content Development
Online platforms for ICT Content Development
 
EMPOWERMENT TECHNOLOGIES - LESSON 3
EMPOWERMENT TECHNOLOGIES - LESSON 3EMPOWERMENT TECHNOLOGIES - LESSON 3
EMPOWERMENT TECHNOLOGIES - LESSON 3
 
The Current State of ICT Technologies
The Current State of ICT TechnologiesThe Current State of ICT Technologies
The Current State of ICT Technologies
 
LESSON 1, 2 & 3-ETECH 1S
LESSON 1, 2 & 3-ETECH 1SLESSON 1, 2 & 3-ETECH 1S
LESSON 1, 2 & 3-ETECH 1S
 
Online Safety, Security, Ethics, and Netiquette - Empowerment Technologies
Online Safety, Security, Ethics, and Netiquette - Empowerment TechnologiesOnline Safety, Security, Ethics, and Netiquette - Empowerment Technologies
Online Safety, Security, Ethics, and Netiquette - Empowerment Technologies
 
Online Platforms for ICT Content Development - Empowerment Technologies
Online Platforms for ICT Content Development - Empowerment TechnologiesOnline Platforms for ICT Content Development - Empowerment Technologies
Online Platforms for ICT Content Development - Empowerment Technologies
 
Mail-Merge-and-Label-Generation.pptx
Mail-Merge-and-Label-Generation.pptxMail-Merge-and-Label-Generation.pptx
Mail-Merge-and-Label-Generation.pptx
 
8 Collaborative ICT Development
8 Collaborative ICT Development8 Collaborative ICT Development
8 Collaborative ICT Development
 
Empowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft WordEmpowerment Technologies - Microsoft Word
Empowerment Technologies - Microsoft Word
 

Ähnlich wie Empowerment Technologies - Module 5

L4_Intro_excel using excel and spreadsheets
L4_Intro_excel using excel and spreadsheetsL4_Intro_excel using excel and spreadsheets
L4_Intro_excel using excel and spreadsheetstrishacacho29
 
Excel intermediate
Excel intermediateExcel intermediate
Excel intermediateKevin McLogan
 
Ms Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxMs Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxVishal Doke
 
ICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialMichael Lew
 
Excel.fns frmls
Excel.fns frmlsExcel.fns frmls
Excel.fns frmlsrowenick
 
08 ms excel
08 ms excel08 ms excel
08 ms excelfosterstac
 
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULAS FOR TEACHERS
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULASFOR TEACHERSMOST ESSENTIAL EXCEL FUNCTIONS AND FORMULASFOR TEACHERS
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULAS FOR TEACHERSRegieMagallanes1
 
Excel for research
Excel  for researchExcel  for research
Excel for researchJamalBhai
 
A Presentation on Spreadsheet
A Presentation on SpreadsheetA Presentation on Spreadsheet
A Presentation on SpreadsheetEjiro Ndifereke
 
De vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberDe vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberlenasour
 
Advanced-Spreadsheet-Skills.pdf
Advanced-Spreadsheet-Skills.pdfAdvanced-Spreadsheet-Skills.pdf
Advanced-Spreadsheet-Skills.pdfJacobLabrador
 
Excel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffExcel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffKevin McLogan
 
Introduction to excel - application to statistics
Introduction to excel - application to statisticsIntroduction to excel - application to statistics
Introduction to excel - application to statisticszavenger
 
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxLesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxCristineJoyVillajuan
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowAlexHenderson59
 
Advanced Spreadsheet.pptx
Advanced Spreadsheet.pptxAdvanced Spreadsheet.pptx
Advanced Spreadsheet.pptxMargieBAlmoza
 

Ähnlich wie Empowerment Technologies - Module 5 (20)

Lesson 6.pptx
Lesson 6.pptxLesson 6.pptx
Lesson 6.pptx
 
L4_Intro_excel using excel and spreadsheets
L4_Intro_excel using excel and spreadsheetsL4_Intro_excel using excel and spreadsheets
L4_Intro_excel using excel and spreadsheets
 
Excel intermediate
Excel intermediateExcel intermediate
Excel intermediate
 
Ms Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptxMs Excel- Its uses & Functions.pptx
Ms Excel- Its uses & Functions.pptx
 
ICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - TutorialICDL Advanced Excel 2010 - Tutorial
ICDL Advanced Excel 2010 - Tutorial
 
Excel.fns frmls
Excel.fns frmlsExcel.fns frmls
Excel.fns frmls
 
08 ms excel
08 ms excel08 ms excel
08 ms excel
 
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULAS FOR TEACHERS
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULASFOR TEACHERSMOST ESSENTIAL EXCEL FUNCTIONS AND FORMULASFOR TEACHERS
MOST ESSENTIAL EXCEL FUNCTIONS AND FORMULAS FOR TEACHERS
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
Chapter.01
Chapter.01Chapter.01
Chapter.01
 
A Presentation on Spreadsheet
A Presentation on SpreadsheetA Presentation on Spreadsheet
A Presentation on Spreadsheet
 
Excel 2007 Unit K
Excel 2007 Unit KExcel 2007 Unit K
Excel 2007 Unit K
 
De vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberDe vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 november
 
Advanced-Spreadsheet-Skills.pdf
Advanced-Spreadsheet-Skills.pdfAdvanced-Spreadsheet-Skills.pdf
Advanced-Spreadsheet-Skills.pdf
 
Excel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuffExcel basics for everyday use-the more advanced stuff
Excel basics for everyday use-the more advanced stuff
 
Excel training
Excel trainingExcel training
Excel training
 
Introduction to excel - application to statistics
Introduction to excel - application to statisticsIntroduction to excel - application to statistics
Introduction to excel - application to statistics
 
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptxLesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
Lesson 10 FUNCTIONS AND FORMULAS IN AN E.pptx
 
Top 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must knowTop 20 microsoft excel formulas you must know
Top 20 microsoft excel formulas you must know
 
Advanced Spreadsheet.pptx
Advanced Spreadsheet.pptxAdvanced Spreadsheet.pptx
Advanced Spreadsheet.pptx
 

KĂŒrzlich hochgeladen

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

KĂŒrzlich hochgeladen (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Empowerment Technologies - Module 5

  • 1. JESUS B. RANCES Senior High School Teacher II, Baao NHS
  • 2. OBJECTIVE/S: The learners
 1. describe Microsoft Excel functions; 2. use selected functions of Microsoft Excel functions in problem solving; and 3. value the importance of using Microsoft Excel.
  • 3. 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.
  • 4. 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.
  • 6. 1. FTIONSNCU 2. CLEL RFEENCERE 3. CNSOTTAN 4. ORWKSETSHE 5. EETDAEPRSHS 6. EGRAEVA 7. AURFLOM 8. WKBROKOO 9. ELLC AGENR 10. TVEICA LELC
  • 7. 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.
  • 8.
  • 9. Beyond arithmetic operations, spreadsheets provide invaluable tools such as functions that are very useful in calculating data. As a result, spreadsheets have become one of the widely used software programs, and MS Excel is the most commonly used spreadsheet tool. Spreadsheets can be used to determine statistical analysis, compute student’s grades, keep track business accounts and inventories, and manage databases. Spreadsheets are made up of the following:
  • 10. Columns – identified with alphabetic headings Rows - identified with numeric headings
  • 11. 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
  • 12. - Use cell reference when creating formulas in Excel to ensure that your formulas are accurate. Take a look at the table below, instead of using the actual values which are 5, 10, and 20 use the cell references A1, A2, and A3.
  • 13.
  • 14. Active Cell – the currently selected cell in a spreadsheet and is indicated by a bold outline that surrounds the cell - B5 is the active cell
  • 15. Texts or labels – It identifies the purpose of a cell, it can be a brief instruction, a title or caption. Number data or constant – a value that doesn’t change and is directly inserted into a cell. Formula (mathematical equations) – an expression that calculates the value of a cell.
  • 16. Mathematical Operators – MS Excel uses standard operators for formulas.
  • 17. Functions- These are pre-defined formulas that are already available in MS Excel. Examples of Formula
  • 18. Note: A formula always begin with an equal (=) sign.
  • 19. Commonly Used Excel Functions SUM – Adds all the numbers in a range of cells.
  • 20. COUNT - Counts the number of cells that contain numbers.
  • 21. MIN - Returns the smallest number in a set of values.
  • 22. MAX - Returns the largest value in a set of values.
  • 23. AVERAGE - Returns the average (arithmetic mean) of the arguments
  • 24. SUMIF – Adds the cells specified by a given condition or criteria. SUMIF function has the following syntax: SUMIF(range, criteria, sum_range) Range - The range of cells that you want to evaluate based on a given criteria. Criteria – It determines which cells will be added. Sum_Range – These are the cells containing numeric values and the cells to add if the condition is met.
  • 25. 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.
  • 26. 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.
  • 27. AVERAGEIF - Returns the average (arithmetic mean) of all the cells in a ange that meet a given criteria. AVERAGEIF function has the followingsyntax: AVERAGEIF(range, criteria, average_range) Range - The range of cells that you want to apply the criteria. Criteria – It determines which cells to average. Average_Range – These are the cells containing numeric values and the actual set of cells to average.
  • 28. 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.
  • 29. 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) Range – The range of cells to count. Criteria – The criteria that determines which cells to be counted. The formula =COUNTIF(I3:I7,”YES”) will count the number of respondents that voted for “Yes”.
  • 30. 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.
  • 31. 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.
  • 32. 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: IF(logical_test, value_if_true, value_if_false) Logical Test - A value or logical expression that can be evaluated as True or False. Value if True – The value to return if the logical test or logical expression evaluates to TRUE. Value if False – The value to return if the logical test or logical expression evaluates to FALSE.
  • 33. 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.
  • 34. 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. Use the table below to answer numbers 1 and 2.
  • 35. Count the number of products where price is less than 500. Display “Within the Budget” if the total amount is less than 1,500. Otherwise “Over the Budget” will be displayed.
  • 36. Use the table below to answer number 3. 1. Show the total sales for the month of August.
  • 37. Use the table below to answer numbers 4, 5, and 6. 2. Count the number of orders delivered in Lake Sebu. 3. Count the number of television orders. 4. Count the number of items that are less than 15.
  • 38. Use the table below to answer numbers 7, 8, 9, and 10. 5. Count the number of respondents. 6. Show how many respondents are having glucose level of more than 90. 7. Compute the average of glucose level. 8. Count the number of respondents whose age is older than 50.
  • 39. What I Have Learned In this lesson we have learned that a spreadsheet is an application that enables a user to save, sort and manage data in an arranged form of rows and columns. Spreadsheet can be used to calculate students’ grades, track inventories, and even manage databases. One of the widely used spreadsheet programs is the Microsoft Excel. MS Excel allows users to organize, format and calculate data using formulas and functions.
  • 40. 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.
  • 41. 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. 3. How does Excel interpret data?
  • 42. 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. __________________1. Microsoft Excel can perform mathematical equations. __________________2. Range, criteria, and logical test are part of the AVERAGEIF syntax. __________________3. Excel formulas always begin with a sign. __________________4. Excel can be used to create a database
  • 43. __________________5. Column J and row 9 is also referred to as cell 9J. __________________6. AVERAGE function used to get the average of a certain range of cells if a condition is met. __________________7. SUMIF function adds all the numeric values in a range of cells, ignoring those which are not numeric, and place the result in a different cell. __________________8. Both IF and AVERAGEIF can perform a logical test. __________________9. Asterisk (*) symbol is used to multiply items in Excel.
  • 44. __________________10. SUMIF function adds values that meet a given criteria. __________________11. IF function can have two results. __________________12. Functions are mathematical equations that calculates the value of a cell. __________________13. The intersection of rows and columns is called cell reference. __________________14. AVERAGEIF function returns the arithmetic mean of all the cells in a range that meet a given criteria. __________________15. In Excel, the active cell is indicated by an underline.
  • 45. 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. ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________
  • 46. 2. How can Microsoft Excel help you as a student? ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________
  • 47. 3. Why do you think Microsoft Excel is important in any business organizations? ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________ ____________________________________________________
  • 49. Reference/s ‱ Empowerment Technologies First Edition.(2016).Sampaloc Manila:Rex Bookstore, Inc.
  • 50. Thank