LAW 110 Lecture 3 Excel
LAW 110 Lecture 3 Excel
04 Paragraph Formatting
The intersection of a
row and column
What 3 things can you type into a
cell?
Label = words or letters
Value = numbers
Vertical arrangements of
cells; identified by letters
What are rows?
Horizontal arrangement of
cells; identified by
numbers
What is a worksheet tab?
A tab that identifies each open worksheet in
a spreadsheet program, located in the lower
left corner of the screen
What is a Cell Address (Reference)?
This is a column letter and row number
combination, such as A1, B2
What is a formula bar?
Displays the data or formula stored in
the active cell
What is an active cell?
The cell in which you are currently
working (normally the cell is
surrounded by a black border)
What is a function?
Addition (+)
Subtraction (-)
Multiplication (*)
Division (/)
Basic Terms in Excel
The Formula is like an equation in
Excel, the user types in that. It can be
any type of calculation depending on the
user’s choice.
Example: = A1+A2+A3
This
basic Excel function
counts the numeric value in
one or more cells or ranges.
Example
=COUNT(A1:A5)
This
basic formula in Excel is
used to get the value average in
one or more cells or ranges.
Example
=AVERAGE(A1:A5)
This
basic Excel function gets the
maximum value in cells or
ranges.
Example
=MAX(A1:A5)