Intro To Spreadsheets
Intro To Spreadsheets
Microsoft Excel
A program which allows you to perform
complex mathematical operations in an
organized manner.
What is a spreadsheet?
A spreadsheet is a grid of rows and
columns containing numbers and text.
Terms you need to know
Rows Labels
Columns Numeric Labels
Range Values
Cells Mathematical
Active Cell Operators
Cell Address Orders of Operation
Workbook Equation Formula
Worksheet Function Formula
Some Terms
Workbook Worksheet
- An excel file that - One page in an
contains single or Excel workbook
multiple
worksheets.
Rows vs. Columns
Rows Columns
-Identified by 1,2,3, -Identified by A,B,C
etc. and goes across and goes across the
the spreadsheet spreadsheet
horizontally vertically.
The Size of the Spreadsheet
Number of Rows
- 65536
Number of Columns
- 256
Cell
This is where a row and column meet. Each
cell has a cell location. Examples of this are
A1, C5, Z34.
Label-alphanumeric data that describes the
values that follow and cannot be used in a
calculation.
Value-Numeric data that can be used in
calculations.
Range-A rectangular group of adjacent cells.
Columns
R
O Active Cell
W
s Range
Range
Cell Address Edit Cell
Label
Numeric
Label
Numeric Label
Label Value
Mathematical Operators
Addition +
Subtraction – +X
Multiplication * -
Division /
Orders of Operation
1. Parenthesis
2. Exponents
3. Multiplication
4. Division
5. Addition
6. Subtraction
Two Types of Formulas
A formula in an instruction to calculate
a number.
All formulas begin with an equal sign =
Equation Formulas
Use mathematical operators
Function Formulas
Use function names (no math operators)
Equation Formulas
To add To multiply
= cell+cell+cell =cell*cell
To subtract To divide
=cell-cell = cell/cell