Lecture - 9 Intro - To - Excel
Lecture - 9 Intro - To - Excel
Excel
Why do we use
excel?
1. Store and organize data,
2. Analyze data, and
3. Represent data
graphically (e.g., in bar
graphs, histograms,
and scatterplots)
Excel Basics
● Microsoft Excel
consists of Workbooks ●
1
Each Workbook is made
up of an infinite number
of worksheets
● It is possible to name
each worksheet to aid in
organizing your data
Excel Basics
Excel spreadsheets
organize information (text
and numbers) by rows and
columns:
This is a row.
This is a column.
Columns are
represented by letters
across the top of the
sheet.
Excel Basics
A
c
el
l
is
3
th
e
in
te
rs
e
ct
io
n
b
et
w
e
e
n
a
c
ol
u
m
n
a
n
4
d
a
ro
w
.
Ea
ch
cell
is
na
me
d
5
for
the
col
um
n
lett
er
an
d
ro
w
nu
mb
er
tha
t
int
ers
ect
to
ma
ke
it.
6
Excel Basics
● Excel allows for some basic
actions which we have
used before in other
programs
● Copy/Paste (Rows,
Columns, Cells, etc.) ●
Insert (Rows and
Columns)
● Sort (Alphabetically,
Numerically,
Chronologically, etc.)
Inserting Rows and
Columns
7
• The Insert command
offers several
techniques to insert
rows, columns, and
cells
Formatting
● Merging allows us to
combine two or more
adjacent cells physically
(disregarding contents)
● To merge cells simply highlight
the cells to be merged and select
the merge option from the home
menu ● Cells can also be
9
formatted with options you
are probably familiar with
(bold, font size, borders,
etc.)
● These options can be found
scattered on the home menu
or under the format cells menu
via the right-click list. Even
whole rows and columns can
be formatted. Let’s take a
look!
Formatting
11
Adjusting Row
Height
• Row height is the
vertical measurement
of a row
– The row height is
automatically adjusted
with a font size increase
– Using ALT+Enter to
12
create multiple lines
may require a row
height adjustment
– Select Row Height from the
Format menu
Data Entry
There are two ways to enter
information into a cell:
cell.
Click on a cell, and type in
the data (numbers or text)
13
and press Enter.
bar.
Click on a cell, and then
click in the formula bar (the
space next to the ). Now
type the data into the bar
and press Enter.
Entering and Editing
Cell Data
14
• Excel supports text,
values, dates, and
formula results
Numeric Formats
15
Numeric
Formats
Continued
16
Numeric
Formats
Continued
17
Data Removal
● Data can be removed from
a cell, column, or row
easily
● Here are a few methods:
● Click the column or row heading
that you want deleted, then
click the Delete in the Cells
group on the Home tab
18
● Another method for entire
row/column deletion is to
click a cell in the row or
column and follow the above
method respectively
● Delete methods are also
found via the right-click
menu
● To remove data from a cell
or group of cells, simply
highlight those to be deleted
and press delete
Selecting a Cell
Range
• A range is a
rectangular group of
cells • A nonadjacent
range contains a
19
group of ranges that
are not next to each
other
Auto Fill
Mathematical
Symbols
22
Order of
Precedence
• Order of precedence
(operations) controls the
sequence in which math
operators are
computed – Parentheses
– Exponentiation
– Multiplication and Division
– Addition and Subtraction
23
Cell References in
Formulas
=AVERAGE(first cell:last
cell): calculates the mean
=MEDIAN(first cell:last
cell): calculates the
median =MODE(first
cell:last cell): calculates
the mode
=VARP(first cell:last cell): calculates
the variance =STDEVP(first cell:last
cell): calculates the standard
deviation
● You may directly write the
functions for these statistics into
cells or the formula bar, OR
● You may use the function wizard
( in the toolbar)
26