Calculations Calculations Minutes Columns?: Excellent! Fun
Calculations Calculations Minutes Columns?: Excellent! Fun
Calculations Calculations
Data Analysis
Minutes
Columns? Up and down -- letters . 12
Calculate with a
formula in a cell,
must have an
equal sign as the
first character 13.5
Data Analysis
Minutes
68
40
35
22
10
5
The most important symbol in Excel is:
=
This symbol must be the first character in the cell in order to make formulas
To create a formula with operators and cell references, type an equal sign, click on
cells with your mouse and type operators with the keyboard.
Your
Operation Symbol Example Data Data Data Formula
Multiply * 2*2 = 4 5 2 10
Divide / 2/2 = 1 2 2 1
Add + 2+2 = 4 2 2 4
Subtract - 2-2 = 0 2 2 0
23 = 2^3 = 2*2*2 8
Base 2
Exponent 3
2+2*2 6
Adden 2
Adden 2
Multiplican 2
:
to make formulas
Formulas
n equal sign, click on
keyboard.
What formula
looks like
=(E7+F7)*D7
Definitio
=D8^E8
=D9*E9
=D10/E10
=D11+E11
=D12-E12
(The long
is not p
Advanta
mulas
finition of a formula
he long version: a
not preformatted as T
vantages of a formul
Math order of operations
1 First, do everything in the parentheses, left to right
2 Second, do all exponents, left to right
3 Third, do all multiplication and division, left to right
4 Fourth, do all adding and subtracting, left to right
what is the answer? 2+2*3
Example 1: 2+2*3 = 8
Example 2: (2+2)*3 = 12
Example 3: (6-1*2)/(2^2)+2*(3-2) = 3
6− 1∗2
2
2∗ 3− 2
2
6− 2
¿ 2
2∗ 3− 2
2
4
¿ 2
2∗ 3− 2
2
4
¿ 2∗ 3− 2
4
¿ 1 2∗ 3− 2
¿ 1 2∗1
¿ 1 2
¿3
ns
theses, left to right
left to right
ivision, left to right
acting, left to right
=8
2
2
3
8
= 12
2
2
3
12
)+2*(3-2) = 3
6
1
2
2
2 We can use
how Excel E
2 expression
Excel 2003
Auditing, F
Excel 2007
Auditing gr
We can use
how Excel E
expression
Excel 2003
3 Auditing, F
2 Excel 2007
Auditing gr
3
∗ 3− 2
∗ 3− 2
−2
−2
−2
We can use Formula Evaluator to see
how Excel Evaluate this formula (math
expression) ==>
Excel 2003: Tools menu, Formula
Auditing, Formula Evaluator
Excel 2007: Formulas Ribbon, Formula
Auditing group, Formula Evaluator
We can use Formula Evaluator to see
how Excel Evaluate this formula (math
expression) ==>
Excel 2003: Tools menu, Formula
Auditing, Formula Evaluator
Excel 2007: Formulas Ribbon, Formula
Auditing group, Formula Evaluator
Ctrl + 1 opens the Format Cells Dialog Box, then go to the
Numbers Tab
Date Math
Invoice Due Date 4/1/2009
Today 6/12/2009
Days Past Due 72
Time Math
Time IN 8:00 AM
Time OUT 5:30 PM
Total Time 9.5
You can format as you type, but usually
it is faster to format the cells before you
type the numbers
1) Percent Format sits on top of a number.
2) Percents are not numbers!!
.01 is a number. 1.00% is a formatted symbolic representation of the
3) number .01
4) When you add Percentage format to the number .01 you get 1.00%
5) When you add Percentage format to the number 1 you get 100%
6) When you add Percentage format to the number 10 you get 1000%
You can add formatting as you type. For example, if you type 1.00%,
the number .01 gets put in the cell but it is formatted so that you see
7) 1.00%
When you have % format in the cell first, you can type in 1 or .01 to
8) get 1.00%
Function
4
Multiply & subtract
-12
What are
which ce
swer after you divide
f answer after you divide Example
SUMfun
AVERA
PMT fun
ctions
What are functions?
hich cells to look in
xamples:
UMfunction (adds)
VERAGE function (ar
MT function (calculate
Relative Cell Absolute Cell
Reference Reference
=A9 Joe Joe =$A$9
Cel
=A10 Chin Joe =$A$9
=A11 Kiko Joe =$A$9
=A12 Sue Joe =$A$9
=A13 Isaac Joe =$A$9
Gross Pay Deduction
Joe $5,000.00 $625.00
Chin $4,500.00 $562.50
Kiko $6,300.00 $787.50
Sue $5,800.00 $725.00
Isaac $4,300.00 $537.50
Assumptions
Tax Rate 12.50%
Cell Referenc
When we cop
four types of cel
1. Relativ
2. Absolu
3. “Mixe
4. “Mixe
ences
copy formulas
of cell references:
elative
bsolute
Mixed Cell Referen
Mixed Cell Referen
For a payroll calculation that must be rounded to the penny, instead of
=B2*$B$9, use =ROUND(B2*$B$9,2); where the second argument “2”
means round to the second decimal.
2 means round to the penny (Payroll)
0 means round to the dollar (Income Taxes)