Excel Lesson 05
Excel Lesson 05
5
LESSON SKILL MATRIX
Skills Exam Objective Objective Number
Summarizing Data with Functions Perform calculations by using the SUM function. 4.1.2
Perform calculations by using the COUNT function. 4.1.4
Perform calculations by using the AVERAGE function. 4.1.5
Perform calculations by using the MIN and MAX functions. 4.1.3
SOFTWARE ORIENTATION
Formulas Tab
The Formulas tab in Excel 2016, shown in Figure 5-1, provides access to a library of formulas and
functions. On this tab, you can use commands for quickly inserting functions, inserting totals,
and displaying a visual map of cells that are dependent on a formula.
63
64 Lesson 5
Troubleshooting Remember that all formulas must start with an equal sign (=). A function is simply a pre-
defined formula, so you must use the equal sign.
3. Click in cell C7. Click the Formulas tab and then click the top part of the AutoSum
button. The SUM function appears with arguments filled in, but only C6 is included.
Type C3: before C6 to correct the range (see Figure 5-2). Press Enter. The result, 1340, is
the sum of February nonutility expenses.
Figure 5-2
Using the SUM function
The alternative to the SUM function is to create an addition formula using cell references for every
cell value to be added, such as the following:
=B7+C7+D7+E7+F7+G7+H7+I7+J7+K7+L7+M7
The easier way to achieve the same result is to use the SUM function or AutoSum. AutoSum is a
built-in feature of Excel that recognizes adjacent cells in rows and columns as the logical selection
to perform the AutoSum.
GET READY. USE the workbook you modified in the previous exercise.
1. In cell O5, type COUNT and then press Enter. This is the label identifying the formula
you will enter in the next step.
2. In cell O6, type =COUNT(A6:M6) and then press Enter. The result, 9, is the number
of months in which you budgeted for miscellaneous expenses. The COUNT function
disregards the entry in A6 because it doesn’t contain a number, and the function also
disregards blank cells.
3. In cell P5, type COUNTA and then press Enter. This is the label identifying the formula
you will enter in the next step.
4. In cell P6, type =COUNTA(A6:M6) and then press Enter. The result, 10, is the number of
nonblank entries in the range.
5. In cell Q5, type COUNTBLANK and then press Enter. This is the label identifying the
formula you will enter in the next step.
6. In cell Q6, type =COUNTBLANK(A6:M6) and then press Enter. The result, 3, is the
number of blank entries in the range A6:M6 (see Figure 5-3).
Figure 5-3
The results of the COUNT,
COUNTA, and COUNTBLANK
functions
7. SAVE the workbook.
GET READY. USE the workbook you modified in the previous exercise.
1. In cell O8, type AVERAGE and then press Enter.
2. In cell O9, type =AVERAGE(B9:M9) and then press Enter. The result, 175.8333, is your
average expected monthly electricity bill.
3. In cell O10, type =AVERAGE(B10:M10) and then press Enter. The result, 93.33333, is
your average expected monthly gas bill (see Figure 5-4).
66 Lesson 5
Figure 5-4
The results of the AVERAGE
function
GET READY. USE the workbook you modified in the previous exercise.
1. In cell P8, type MIN and then press Enter.
2. Click in cell P9 and then click the Formulas tab.
3. Click the AutoSum button arrow and then select Min from the menu. The range B9:O9
is automatically selected (see Figure 5-5). This range is incorrect, so you need to edit it.
Figure 5-5
The wrong range is selected
for the MIN function.
4. Click cell B9, hold down the Shift key, and then click cell M9. The range B9:M9 appears
in the function, which now looks like =MIN(B9:M9). See Figure 5-6. Press Enter. The
result, 150, appears, which is the lowest expected electricity bill for the year.
Using Functions 67
Figure 5-6
Modifying the MIN function
5. Copy cell P9 to cell P10. The result, 70, is the lowest expected gas bill for the year.
6. SAVE the workbook.
GET READY. USE the workbook you modified in the previous exercise.
1. In cell Q8, type MAX and then press Enter.
2. In cell Q9, type =MAX( and then drag over the range B9:M9. Press Enter. Notice that
Excel supplies the missing right parenthesis when you press Enter. The result of this
function, 230, is the highest monthly electricity bill that you expect to receive.
3. Copy cell Q9 to Q10. The result, 120, is the highest monthly gas bill that you expect to
receive (see Figure 5-7).
Figure 5-7
The results of the MAX
function
4. SAVE the workbook to your Excel Lesson 5 folder and then CLOSE it.
CLOSE Excel.
68 Lesson 5
Knowledge Assessment
Multiple Choice
Select the best response for the following statements.
1. Which of the following calculates the total from the adjacent cell through the first
nonnumeric cell by default, using the SUM function in its formula?
a. AVERAGE
b. AutoSum
c. COUNT
d. MAX
2. You want to add a range of cells and then divide by the number of cell entries,
determining the mean value of all values in the range. Which function should be used?
a. MIN
b. AVERAGE
c. COUNT
d. MAX
3. You want to calculate the number of nonblank cells in your worksheet. Which function
should be used?
a. SUM
b. COUNTA
c. MIN
d. MAX
4. Which of the following statements accurately describes the default selection for
AutoSum?
a. You must make the selection before clicking AutoSum.
b. By default, AutoSum totals all entries above the cell in which the formula is located,
even if the cells contain a mix of numeric and nonnumeric content.
c. By default, AutoSum calculates the total from the adjacent cell through the first
nonnumeric cell.
d. AutoSum does not have a default selection.
5. The COUNT and MIN functions are examples of which category of functions?
a. text
b. statistical
c. financial
d. logical
True / False
Circle T if the statement is true or F if the statement is false.
T F 1. The AVERAGE function returns the mean value in a range of selected cells.
T F 2. The COUNT function returns the total number of cells in the selected range that
contain both text and numbers.
T F 3. The MAX function returns the total of all cells in the selected range.
T F 4. The MIN function returns the smallest value in a range of cells.
T F 5. You must use the AutoSum button to enter a SUM function—you cannot type it
manually in a cell.
Using Functions 69
Projects
CLOSE Excel.