Hands On Lab 3
Hands On Lab 3
1. In A14, type Totals and in B14, type =SUM( then select cells B2 to B13 with the mouse,
and press Enter.
2. Select the fill handle on cell B14 and drag to G14 to copy the formula.
1. In cell H1, type Monthly Total and double-click the divider between H and I.
2. In H2, type =SUM( then select cells B2 to G2 with the mouse, and press Enter. If
necessary, select the fill handle on cell H2 and drag to H14 to copy the formula.
3. Select columns B to H. On the Home tab, in the Number group, click the Accounting
Number Format ($) drop-down list, and select $ English (United States).
1. In cells A31-A40, type 1-10. Select row 31 to 40. On the Home tab, click the Number
Format drop-down list, and select General.
2. Relative References : In cell B33, type =A31+A32 and press Enter. Select the fill
handle on cell B33 and drag to B40 to copy the formula. Here, both first and second cell
reference will move 1 cell down. For example, on cell B34 formula will be changed
to =A32+A33, on cell B35 formula will be changed to =A33+A34 and so on.
3. Absolute References : In cell C33, type =$A$31+$A$32 and press Enter. Select the fill
handle on cell C33 and drag to C40 to copy the formula. Here, both first and second cell
references will not change. For example, on cell C34 formula will
remain =$A$31+$A$32, on cell C35 formula will remain =$A$31+$A$32 and so on.
4. Mixed References : In cell D33, type =$A$31+$A32 and press Enter. Select the fill
handle on cell D33 and drag to D40 to copy the formula. Here, first cell reference will
stay the same, but the second reference will change. For example, on cell D34 formula
will be changed to =$A$31+$A33, on cell D35 formula will be changed
to =$A$31+$A34 and so on.
1. In cell B31, type =A16+A17. Now this will lead to a formula error #VALUE! since
cells A16 and A17 do not contain any number.
1. Click the question mark icon in the error message box. This will open the Help for this
topic. Read through this help file for more information about #VALUE! errors in formulas.
Question 1
How can you zoom to a specific area of data in an Excel spreadsheet?
• Use the Zoom button
• Use the Zoom to Selection button
• Use the Freeze Frames option
• Use the 100% button
Question 2