L4_Intro_excel using excel and spreadsheets

trishacacho29 16 views 21 slides Apr 27, 2024
Slide 1
Slide 1 of 21
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21

About This Presentation

about excel


Slide Content

Objectives
1.Identify the functions of a spreadsheet
2.Identify how spreadsheets can be used.
3.Explain the difference in columns and rows.
4.Locate specific cell references.
5.List the types of data that can be put into a spreadsheet.
6.Input a formula for adding and averaging data.

What is a Spreadsheet?
A program that allows you to use data to
forecast, manage, predict, and present
information.

Spreadsheet Uses
School:Student grades, payroll
Sports:individual and team statistics
Personal:checkbook, household expenses
Business:payroll, investments

Introduction to Excel
•columns –identified with alphabetic headings
•rows -identified with numeric headings
•and their intersections are called cells
•(Cell references: B4, A20)
Spreadsheets are made up of :

A1
B3
E7

Introduction to Excel
In each cell there may be the following types of data
•text (labels)
•number data(constants)
•formulas(mathematical equations that do all the work)

Data Types

Formulas ALWAYS begin with an =sign. This “tells” Excel
that a calculation will need to be performed.
Reference cells, NOT the numbers in them!

Built in Functions
Use of colon = “through”

To change column width:
Put cursor on line
between two columns
and drag to the right to
the desired width

Orientation –the angle at which a text is displayed.
To change the orientation of a text, press CTRL+1

Accounting Number Format–a number
format that is used for accounting.
Note:Values of PHP or Philippine Peso sign use the Accounting
Number format. Its default uses the dollar symbol ($). To change
this, click the drop-down arrow at the currency format, then
change the symbol to PHP.

Sum-a function used to compute for the summation
for the number of a range

Average–a function use to compute for the average
of the number of a range

Count–a function used to count the cells with
content in a range

SUMIF–a function used to compute for the
summation of a range if a certain condition is met .

AVERAGEIF –a function used to compute for the
average of a range if a certain condition is met.

COUNTIF –A function used to count the cells
with a specified content within a range
Range–the range of cells where you want to
look for the criteria. Example C2:C15
Criteria –a value or label that determines if a
cell is part of the range to be averaged. You can
use the criteria like these : “10”, A2, ">=10",
"some text".

And here is the simplest example of Excel COUNTIF function. What
you see in the image below is the list of the best tennis players for
the last 14 years. The formula=COUNTIF(C2:C15,"Roger
Federer")counts how many times Roger Federer's name is on the
list:
RANGE
CRITERIA

Average Range –the actual range of cells
that will be averaged, if omitted, the range will
be used instead.
Tags