Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
11 views7 pages

3.1 More On Formulas and Functions: Another Use For Max

This document covers advanced Excel functions, focusing on the =MAX function, the Quick Analysis Tool, and percentage calculations. It provides step-by-step instructions for using these tools to analyze student grades, including creating absolute cell references to avoid errors. Key takeaways emphasize the importance of using cell ranges and absolute references in formulas.

Uploaded by

rosacina.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views7 pages

3.1 More On Formulas and Functions: Another Use For Max

This document covers advanced Excel functions, focusing on the =MAX function, the Quick Analysis Tool, and percentage calculations. It provides step-by-step instructions for using these tools to analyze student grades, including creating absolute cell references to avoid errors. Key takeaways emphasize the importance of using cell ranges and absolute references in formulas.

Uploaded by

rosacina.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

3.

1 More on Formulas and Functions

Learning Objectives

1. Review the use of the =MAX function.

2. Examine the Quick Analysis Tool to create standard calculations, formatting, and charts very
quickly.

3. Create Percentage calculation.


– Use the Smart Lookup tool to acquire additional information about percentage calculations.
– Review the use of Absolute cell reference in a division formula.

ANOTHER USE FOR =MAX

Before we move on to the more interesting calculations we will be discussing in this chapter, we
need to determine how many points it is possible for each student to earn for each of the assign-
ments. This information will go into Row 25. The =MAX function is our tool of choice.

Download Data File: CH3 Data

1. Open the data file CH3 Data and save the file to your computer as CH3 Gradebook and
Parks.
2. Make B25 your active cell.
3. Start typing =MAX (See Figure 3.2) Note the explanation you see on the offered list of
functions. You can either keep typing ( or double click MAX from the list.

162
163 DIANE SHINGLEDECKER

Figure 3.2 Entering a function

4. Select the range of numbers above row 25. Your calculation will be: =MAX(B5:B24).
5. Press Enter after selecting the range.
6. Now, use the Fill Handle to copy the calculation from Column B through Column N.
Note that as you copy the calculation from one column to the next, the cell references
change. The calculation in column B reads: =MAX(B5:B24). The one in column N reads:
=MAX(N5:N24). These cell references are relative references.

By default, the calculations that Excel copies change their cell references relative to the row or
column you copy them to. That makes sense. You wouldn’t want column N to display an answer
that uses the values in column L.

Want to see all the calculations you have just created? Press Ctrl ~ (See Figure 3.3.) Ctrl ~ displays
your calculations (formulas). Pressing Ctrl ~ a second time will display your calculations in the
default view – as values.

Figure 3.3 Relative References – Displayed as calculations.

QUICK ANALYSIS TOOL

The Quick Analysis Tool allows you to create standard calculations, formatting, and charts very
quickly. In this exercise we will use it to insert the Total Points for each student in Column O.

Mac Users: the Quick Analysis Tool is not available with Excel for Mac. We
BEGINNING EXCEL 2019 164

have alternate steps for Mac Users below. Skip down below Figure 3.5 to con­
tinue.)
Be sure to press Ctrl ~ to return your spreadsheet to the normal view (the formula results should
display, not the formulas themselves).

1. Select the range of cells B5:N25


2. In the lower right corner of your selection, you will see the Quick Analysis tool (see Fig­
ure 3.4).

Figure 3.4 Quick Analysis Tool

3. When you click on it, you will see that there are a number of different options. This time
we will be using the Totals option. In future exercises, we will use other options.
4. Select Totals, and then the SUM option that highlights the right column (see Figure 3.5).
Selecting that SUM option places =SUM() calculations in column O.

Figure 3.5 Quick Analysis Tool – Totals, Sum Column


165 DIANE SHINGLEDECKER

Alternate steps for Mac Users:

1. Select the range B5:O25 then click the AutoSum button on the Ribbon (Home tab or For-
mulas tab)
2. Select the range O5:O25 and click the Bold button.

PERCENTAGE CALCULATION

Column P requires a Percentage calculation. Before we launch into creating a calculation for this, it
might be handy to know precisely what it is we are looking for. If you are connected to the internet
and are using Excel 365, you can use the Smart Lookup tool to get some more information about
calculating percentages.

In general, the Smart Lookup tool allows you to get more information and definitions about unfa-
miliar terms or features. This tool is available in all of the Microsoft Office applications.

1. Select cell P4.


2. Find the Smart Lookup tool on the Review tab (see Figure 3.6) and click it. You can also
“Right-click” the specific cell and choose Smart Lookup.
Mac Users: The Smart Lookup tool is only on the Review tab in the latest versions
of Excel for Mac. If you can’t find the Smart Lookup tool on the Review tab, you will find
it by clicking on the “Tools” menu bar option.
Note for all users: there is a keyboard shortcut for using the Smart Lookup tool. You
can hold down the Control key and click in the specific cell (in this case, P4)
3. If this is the first time you have used the Smart Lookup tool, you may need to respond to
a statement about your privacy. Press the Got it button. We think the Wikipedia article
does a pretty good job explaining the calculation, don’t you?
4. Close the Smart Lookup pane after reading through the definitions.
BEGINNING EXCEL 2019 166

Figure 3.6 Smart Lookup tool

Now that we know what is needed for the Percentage calculation, we can have Excel do the calcu-
lation for us. We need to divide the Total Points for each student by the Total Points of all the
Points Possible. Notice that there is a different number on each row – for each student. But, there
is only one Total Points Possible – the value that is in cell O25.

1. Make sure that P5 is your active cell.


2. Press = then select cell O5. Press /, then cell O25. Your calculation should look like this:
=O5/O25. The result of the formula should be 0.95641026. (So far, so good. DeShea
Andrews is doing well in this class – with a percentage grade of almost 96%. Definitely an
“A”!)
3. Next use the Fill handle to copy the calculation down through row 24 to calculate the
other students’ grades. You should get the error message #DIV/0!. This error message
reminds us that you can’t divide a number by 0 (zero). And that is just what is happening.
If you look at the calculation in P9, the calculation reads: =O9/O29. The first cell refer-
ence is correct – it points to Moesha Gashi’s total points for the class. But the second ref-
erence is wrong. It points to an empty cell – O29.

Before copying the calculation, we have to make the second reference (O25) an absolute cell ref­
erence. That way, when we copy the formula down, the cell reference for O25 will be locked and
will not change.

1. Make P5 your active cell. In the Formula Bar click on O25 (see Figure 3.7).
2. Press F4 (on the function keys at the top of your keyboard). That will make the O25 refer-
ence absolute. It will not change when you copy the calculation (see Figure 3.8). (If you
167 DIANE SHINGLEDECKER

are working on a laptop and do not have an F4 function key, you can type in a $ before
the O and another one before the 25.)
3. The calculation now looks like this: =O5/$O$25.
4. Use the Fill Handle to copy the formula down through P24 again. Now, when you copy
the formula, you will get correct values for all of the students.

Figure 3.7 Editing a formula

Figure 3.8 Absolute Cell reference – press F4

Those long decimals are a bit nonstandard. Let’s change them to % by applying cell formatting.

1. Select the range P5:P24.


BEGINNING EXCEL 2019 168

2. On the Home tab, in the Number Group, select the % (Percent Style) button.

Skill Refresher

Absolute References

1. Click in front of the column letter of a cell reference in a formula or function that you do not
want altered when the formula or function is pasted into a new cell location.

2. Press the F4 key or type a dollar sign ($) in front of the column letter and row number of the
cell reference.

Keyboard Shortcuts

Smart Lookup Tool

• Hold down the CTRL key and click the specific cell that you are working with. Then choose
“Smart Lookup“

• Mac Users: Same as above

Key Takeaways

• Functions can be created using cell ranges or selected cell locations separated by commas.
Make sure you use a cell range (two cell locations separated by a colon) when applying a sta-
tistical function to a contiguous range of cells.

• To prevent Excel from changing the cell references in a formula or function when they are
pasted to a new cell location, you must use an absolute reference. You can do this by placing a
dollar sign ($) in front of the column letter and row number of a cell reference or by using the
F4 function key.

• The #DIV/0 error appears if you create a formula that attempts to divide a constant or the
value in a cell reference by zero.

ATTRIBUTION

3.1 More on Formulas and Functions by Noreen Brown, Mary Schatz, and Art Schneider, Portland
Community College, is licensed under CC BY 4.0

You might also like