Lab Practice Excel
Lab Practice Excel
Microsoft Excel
20. Change the values in rows 12 through 17 so that they are different for each
month. For instance in the Gifts row, you might increase the amount spent in
December for holiday spending. You might want to spend more on
entertainment during the summer months. You may spend more on clothing in
August for “back to school”. At any rate, change the values from month to
month to match your natural spending habits.
21. Select cells A4:N20, and use AutoFormat (in the Format menu) to apply the
“Classic 3” format to the cells.
22. Insert a function in cell B22 to display your average monthly spending.
23. Insert a function in cell B23 that displays the total spent in 2010.
24. Insert a function in cell B24 that displays the amount of money you have left
over at year end.
25. If you have over $4000 left at the end of the year, you would have enough to
make a down payment on a new car. Have cell B25 display “Go for it!” if you
have more than $4000 left over and “Maybe next year” if you don’t.
26. Select the IF functions from the Functions menu and fill in the necessary
arguments
27. Right align the contents of cells A22:25 and bold it.
28. Change column widths to accommodate all data if necessary.
29. Select cells A4:A17 and E4:E17 (hold control to select non-adjacent cells) to
select the item labels and amounts for April click the Chart Wizard button on
the toolbar and create a Pie chart with the following qualities:
• Pie with 3-D visual effect
• Chart title: April Expenditures
• Do not show the legend
• Data Labels: Include Percentage and Category name
• Include it as a new sheet named Chart1
30. Copy the entire 2010 sheet to a new page in the workbook. Change the
name of this new workbook both on the tab and in row 1 to 2011. Change the
tab color to yellow.
31. Change your Monthly income for 2011 to 2,000. Watch your Yearly Remaining
amount increase. Maybe this year you can afford that new car! – save your
work!
32. Change to Sheet 3. In cell A1 insert a formula that adds the Yearly Remaining
for 2010 and 2011 using cell references. Here’s how:
• Type = to enter formula mode
• Go to the 2010 sheet and click in the cell B24 to select that yearly
remaining number
• Type +
• Go to the 2011 sheet and click in the cell B24 to select that yearly
remaining number
• Press Enter to conclude the formula
• The formula inserted through this method should read
='2010'!B24+'2011'!B24 if you’ve done everything correctly.
33. In cell B1 of Sheet3 type “Saved over two years”.
34. Change the name on the tab of Sheet3 to “Saved” and change its color to
blue.
35. Save your work! Keep this file open to use in Part 2.