Module 3 - Intermediate Spreadsheet
Module 3 - Intermediate Spreadsheet
Overview:
This module will guide to intermediate spreadsheets. It will begin by knowing the different
symbol use in excel for you to perform calculation. This module will also ask you to perform
simple function to calculate sum, difference, product, quotient and average by doing an
activity. After knowing the simple function in excel and the different formula use in excel you
will be guided on the next topic ongoing maintenance of computer systems.
Module Objectives:
1. Use simple functions to calculate sum, difference, product, quotient and average.
2. Identify the different formula and symbols use in excel.
3. Appreciate that one set of information can be displayed in several different ways.
4. Use of complex formula in excel.
Course Materials:
Pre-Activity
Test your math skills
2. Laura has 8 marbles. Dennis gives Laura 3 more. How many marbles does Laura have in all?
3. Suppose that a car dealer has an inventory of 15,258 Honda Accord they have to sell by the
end of 2008. Suppose they don't meet their goals and sell only 12456 Honda Accord by the end
of 2008. How many cars are left in the backyard of the car dealer?
4. There are 9 apples in each box. How many apples are in 6 boxes?
5. There are 3 students in the class and 27 apples. If the apples are divided equally among the
students, how many does each student get?
Watch
Read
Creating Simple Formula
In school, you learned formulas used to calculate math problems. Microsoft Excel uses these
same formulas to perform calculations in a spreadsheet.
A formula can be a combination of values (numbers or cell references) and math operators (+,
-, /, *, =) into an algebraic expression. Excel requires every formula to begin with an equal sign
(=).
The following table illustrates the mathematical operators learned in school and those
represented in Excel XP.
The result of a formula-the answer to 2+3, for example displays in the cell on the Excel
worksheet. The formula is visible only in the formula bar. A formula's result will change as
different numbers are entered into the cells included in the formula's definition.
Let's add two numbers to create a third, 128+345=473. In Excel XP, this would be expressed by
the formula, =128+345, as shown below.
To Create a Simple Formula that Adds Two Numbers:
Type the equal sign (=) to let Excel know a formula is being defined.
Type the addition sign (+) to let Excel know that an add operation is to be
performed.
Press Enter or click the Enter button on the Formula bar to complete the
formula
A formula can add the value of two cells-B2 and B3, for example. Type any two values in these
two cells and the formula will adjust the answer accordingly.
Using this method to calculate two numbers-128 and 345, for example-requires that you type
128 in cell B2, for example, and 345 in cell B3. The Excel formula, =B2+B3, would then be
defined in cell B4.
Type the numbers you want to calculate in separate cells (for example, type 128 in cell
B2 and 345 in cell B3).
Click the cell where the answer will appear (B4, for example).
Type the equal sign (=) to let Excel know a formula is being defined.
Type the cell number that contains the first number to be added (B2, for example).
Type the addition sign (+) to let Excel know that an add operation is to be performed.
Type the cell number that contains the first number to be added (B3, for example).
Press Enter or click the Enter button on the Formula bar to complete the formula.
Creating a Simple Subtraction Formula Using the Point-and-Click Method
Formulas can be created by using either numbers or cell references in the definition. You can
also use the mouse to select the cells to be used in the formula instead of typing the cell
number or cell reference. Using this method, we are going to write a simple formula that
subtracts one cell from another: =B3-B2.
• Type the numbers you want to calculate in separate cells (for example, type 128 in
cell B2 and 345 in cell B3).
• Click the cell where the answer will appear (B4, for example).
• Type the equal sign (=) to let Excel know a formula is being defined.
• Click on the first cell to be included in the formula (B3, for example).
• Type the subtraction sign (-) to let Excel know that a subtraction operation is to be
performed.
• Click on the next cell in the formula (B2, for example).
• If you include multiple cells in the formula, repeat steps 4 and 5 until the entire formula
is entered.
• Press Enter or click the Enter button on the Formula bar to complete the formula.
Creating division formulas is very similar to the addition, subtraction and multiplication
formulas. To divide the contents of cell B2 by cell B3, you would need to insert a division
operator / between them, =B2/B3. Press Enter or click the Enter button on the Formula bar to
complete the formula.
Simple formulas have one mathematical operation. Complex formulas involve more than one
mathematical operation.
The order of mathematical operations is very important. If you enter a formula that contains
several operations-- like adding, subtracting and dividing--Excel XP knows to work those
operations in a specific order. The order of operations is:
1. Operations enclosed in parenthesis
2. Exponential calculations (to the power of)
3. Multiplication and division, whichever comes first
4. Addition and subtraction, whichever comes first.
Using this order, let us see how the formula 120/(8- 5)*4-2 is calculated in the following
picture:
Let's take a look at another example:
2*(6-4) =?
Is the answer 8 or 4? Well, if you ignored the parentheses and calculated in the order in which
the numbers appear, 2*6-4, you'd get the wrong answer, 8. You must follow the order of
operations to get the correct answer.
The mouse pointer changes to a black crosshair when passed over the fill handle, or the square
box in the lower right corner of the cell.
You can revise any formula that was previously written in a worksheet. To Revise a Formula
using the Keyboard:
• Double-click the cell that contains the formula you want to revise.
• The cursor can now move left and right between the values in the formula in cell B5.
Excel uses two types of cell references to create formulas. Each has its own purpose. Read on
to determine which type of cell reference to use for your formula.
Relative Cell References
This is the most widely used type of cell reference in formulas. Relative cell references are
basic cell references that adjust and change when copied or when using AutoFill.
Example:
=SUM(B5:B8), as shown below, changes to =SUM(C5:C8) when copied across to the next cell.
Situations arise in which the cell reference must remain the same when copied or when using
AutoFill. Dollar signs are used to hold a column and/or row reference constant.
Example:
In the example below, when calculating commissions for sales staff, you would not want cell
B10 to change when copying the formula down. You want both the column and the row to
remain the same to refer to that exact cell. By using $B$10 in the formula, neither changes
when copied.
Let's pretend that you need to calculate the prices of items in stock with two different
price discounts. Take a look at the worksheet below.
Examine the formula in cell E4. By making the first cell reference $C4, you keep the column
from changing when copied across, but allow the row to change when copying down to
accommodate the prices of the different items going down. By making the last cell reference
A$12, you keep the row number from changing when copied down, but allow the column to
change and reflect discount B when copied across. Confused? Check out the graphics below
and the cell results.
Copied Across Copied Down
Review:
Activity 1.
Challenge
Follow the instruction below for you to make this activity correct.
• In cell A1, type 1234
Activity 2.
• Type the following information:
In cell A1, type 12345
In cell A2, type 15865
In cell B1, type 9347
In cell B2, type 11942
In cell C1, type 19348
In cell C2, type 17103
• Create the following simple formulas:
In cell A5, write a formula that divides cell A1 by the sum of cells A3, B3 and C3
• In the formula defined in cell A5, create an absolute reference to all cells and rows
referenced in the following part of the formula: sum of cells A3, B3 and C3.
• Copy the formula and absolute reference in cell A5 and paste it into cell B5 and cell C5.
• Note how the formulas that appear in cell A5, cell B5 and cell C5 differ from one
another.
Activities/Assignments:
1. All of the members of the Harvey family are very tall. Their heights are 81 inches, 78 inches,
71 inches, 75 inches and 70 inches. What is the average height of the 5 Harveys?
2. There are 5 trees in Terry's front yard. He measures each tree to find out how tall it is in
inches and writes the measurement on a sheet of paper. This is Terry's list: 98, 94, 41, 96, and
11. What is the average height of a tree in Terry's front yard?