Excelbasics
Excelbasics
Worksheets
• Each worksheet is
comprised of many
boxes, called
“cells”.
3
Selecting a Cell
• “Select” a cell by
clicking on it once
(don’t double click).
• To enter information in
a cell, just start typing.
Double click to
change “hi there”
to “hello there”
6
Column Names (letters) & Row Names
(numbers)
• The columns of the
worksheet are
named with letters
• The rows are
named with
numbers
Selected
Cell
7
• Excel automatically
shows the the name of
the currently selected
cell in the “name
box” (located above
the worksheet).
8
Excel Formulas
Formulas - correct
Missing = sign
Types of operations
=a1/100
13
Examples
Function Result
=SUM(1,2,3,4,5) 15
=SUM(a1,b1,c1) a1+b1+c1
=SUM(9,a1,b2,5,c1) 9+a1+b2+5+c1
14
Ranges
• A rectangular box of cells is called a “range”.
• The name of a range is
– the name of the upper left cell of the range
– Followed by a colon :
– Followed by the lower right cell of the range
• Example: A1:B2 is shorthand for A1,A2,B1,B2
– See next slide for more examples
A1:B2
15
B2:B5
B3:E3
16
Summing a range
without a range
=SUM(a1,b1,c1,a2,b2,c2,a3,b3,c3,a4,b4,c4)
with a range
=SUM(a1:c4)
17
http://umn.edu/~ruggles/hist3797