Calculation Calamity

Name:
Period:
Date:
Calculation Calamity
Complete all 30 calculations by filling in each answer and each formula.
A
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2
47
15
3
B
C
D
52
14
65
16
68
33
38
64
234 123 145
228
14
4
65
17
23
17
45
63
124
876
13
17
23
12
16
17
18
200 624
26
123 234 243
156
456
45
11
12
144
23
34
27
32
234 123 145
228
34
36
35
32
cup fork plate spoon
245
6
78
65
23
59
56
58
587
7 177
288
18
16 399
895
15
79 897
635
45
36
27
75
cat dog bird mouse
256
16
40 8.50
356.64
380
ANSWER
What to Calculate
104 Multiply A1 by B1
Subtract B2 from A2
Find the percentage of A3 to B3
Find the average of A4,B4,C4,D4
Divide B5 by C5
What is the highest number in row 6
What is the lowest number in row 7
Add A8 with B8 with C8 with D8
Find the percentage of C9 to D9
Multiply A10 by B10 by C10
Average of A11, B11, C11 and D11
Add A12 to B12 to C12
Find the highest number in this row
A14-B14-C14
Divide D15 by C15
Find minimum in row 16
Sum A17 with B17 with C17 with D17
Find average in row 18
4 Count the number of objects in row 19
Find the highest number in row 20
Find the lowest number in row 21
What is the average in row 22
Find the total in row 23
Sum the numbers in row 24
Add row 25
Count the number of names in row 26
Divide B27 by D27
Multiply A28 by B28 by 1.5
Take 3.5% of D29
Take 5% of B30
FORMULA
=A1*B1
=A2-B2
=COUNTA(A19:D19)
Name: ________________________________________
Period: _____ Date:_________
Mathematical Operators
+ Addition
- Subtraction
* Multiplication
/
Division
(cell1:cell2) Range
Note: cell1 is the first cell and cell2 is the last cell
see examples below
Formulas & Functions
Formulas and Functions always begin with the "=" sign. The “=” symbol tells Excel that a calculation is required. Formulas usually include references to other
cells, can include values, and do not include spaces. Functions usually include a reference to a Range (of cells), references to other cells, can include values, and
do not include spaces.
To Add: =cell+cell+cell or =SUM(Range)
Example: =A1+B1+C1 or =SUM(A1:C1)
Lowest # =MIN(Range)
To Subtract =cell-cell
Highest # =MAX(Range)
Example: =MIN(A1:C1)
Example: =MAX(A1:C1)
Example: =C1-A1
Count #s =COUNT(Range)
To Multiply =cell*cell
Note: each cell content in the range should be a number
Example: =B1*C1
Example: =COUNT(A1:C1)
To Divide: =cell/cell
Count labels =COUNTA(Range)
Example: = A1/B1
Note: each cell content in the range should be text
Example: =COUNTA(A1:C1)
To Average; =AVERAGE(Range)
Conditional Statement: =IF(condition, then x, else y)
Example: =AVERAGE(A1:C1)
Example: =IF(A1=B1,55,35)
Important BUTTON ICONs
Merge & center
Border lines
Add commas to
number
Add decimal
places
Reduce decimal
places
Convert to percent
Print preview
Add dollar signs
Fill cell with color
Change text color
Sum or other
function
Save spreadsheet