Completion requirements
As you read this text, pay attention to Table 1, which outlines the most common statistical functions in Microsoft Excel. You can apply these functions to large spreadsheet data sets. The rest of the section details how to use each type of function in a budget spreadsheet.
The MIN and MAX Functions
Data file: Continue with CH2 Personal Budget.
The final two statistical functions that we will add to the Budget Detail worksheet are the MAX and MIN functions. These functions identify the highest and lowest values in a range of cells. The following steps explain how to add these functions to the Budget Detail worksheet:
- Click cell D15 in the Budget Detail worksheet
- Type an equal sign: =
- Type the word MIN
- Type an open parenthesis: (
- Highlight the range D3:D11
- Type a closing parenthesis ) and press the
ENTER key, or simply press the ENTER key and Excel will close the
function for you; the MIN function produces an output of $1,200, which
is the lowest value in the Annual Spend column (see
Figure 14)
- Click cell D16
- Type an equal sign: =
- Type the word MAX
- Type an open parenthesis: (
- Highlight the range D3:D11
- Type a closing parenthesis ) and press the ENTER key, or simply press the ENTER key and Excel will close the function for you. The MAX function produces an output of $3,500. This is the highest value in the Annual Spend column (see Figure 15).
Figure 14 MIN Function Added to the Budget Detail Worksheet
Figure 15 MAX Function Added to the Budget Detail Worksheet
Skill Refresher
Statistical Functions
- Type an equal sign: =
- Type the function name followed by an open parenthesis ( or double click the function name from the function list
- Highlight a range on a worksheet or click individual cell locations followed by commas
- Type a closing parenthesis ) and press the ENTER key or press the ENTER key to close the function