File Requirements
Input: Your completed [your initials]Practice01.xlsx from Practice 1 (Enable Editing if Protected View opens).
Output: Save the working file as [your initials]Practice02.xlsx.
Step-by-Step Instructions
Step 1: Open and Save As
- Open
[your initials]Practice01.xlsx. Click Enable Editing if Protected View opens. - Save As →
[your initials]Practice02.xlsx. - Click Save.
Step 2: Calculate Totals Using SUM
- Select cell H5, click the AutoSum button (Home tab → Editing group). Press Enter to accept
=SUM(D5:G5). Result is31. - Type Total in cell H4 and press Enter. Center alignment applies automatically.
- Select cell D19, click AutoSum → accepts
=SUM(D5:D18). Result is63.
Step 3: Calculate Average Rental Days by Month
- Select cell D20, click the AutoSum dropdown → Average.
- In the formula bar, change the range from
D5:D19toD5:D18(exclude the total row). - Press Enter. Result is
4.5.
Step 4: Copy Functions Using the Fill Handle
- Select H5, double-click the Fill Handle (lower-right square). Formula fills down through H19.
- Select range D19:D20, drag Fill Handle across to column H (D19:H20).
- Verify relative references: inspect the formula bar for E19 (SUM adjusted) and E20 (AVERAGE adjusted).
Step 5: Apply Number and Label Formatting
- Select D20:H20, set Number Format to Number (2 decimal places).
- Select header range A4:H4 → Bold.
- Select A1:A2, increase Font Size to 16 pt.
- Edit cell A2 text to "First Period" (replacing "First Quarter").
Step 6: Adjust Column Widths
- Drag across column headings B and C. Double-click the boundary between C and D to AutoFit.
- Drag across columns D through H, then click Format (Home → Cells) → Column Width...
- Type 7 and confirm. All selected columns set to width 7.
Step 7: Adjust Row Heights
- Select row heading 4, hold Ctrl, select rows 19 and 20.
- Right-click → Row Height... → set to 24.
Step 8: Center Labels Across Selection
- Select range A1:H2, open Alignment Settings (Home → Alignment launcher).
- Set Horizontal alignment to Center Across Selection.
- Confirm.
Step 9: Insert a Record and Enter Data
- Right-click row heading 13 → Insert. Existing rows shift down.
- Enter property record on row 13:
- A13: "Our Weekend Cottage"
- B13: "Walker"
- C13: Pick from dropdown → select MN
- D–G13: Enter monthly rental values (Tab-separated)
- Verify cell H13 auto-evaluates the total via copied relative formulas.
Step 10: Apply Borders, Fill Colors, and Alignment
- Select A4:H21, set All Borders.
- Select header A4:H4, apply Fill Color → Blue, Accent 1, Lighter 80% (Column 5, Row 2).
- With A4 selected, click Format Painter, then drag across A20:H21.
- Select A20:A21 → Align Right.
- Select D20:H21 → Align Right.
- Select D21:H21, enforce consistent two-decimal formatting via Increase/Decrease Decimal buttons.
Step 11: Configure Sheet Name and Tab Color
- Double-click the Sheet1 tab → rename to "Rental Days".
- Right-click "Rental Days" tab → Tab Color → Blue, Accent 1 (Column 5, Row 1).
- Select cell A1.
Step 12: Duplicate and Clear Data for Next Period
- Right-click "Rental Days" tab → Move or Copy...
- Before sheet: (move to end)
- Check Create a copy
- Confirm
- Rename the duplicated tab to "Next Period".
- Right-click "Next Period" tab → Tab Color → Gold, Accent 4 (Column 8, Row 1).
- Select D5:G19 on the new sheet → press Delete. Dependent formulas will display
#DIV/0!or0. - Update styling accents on "Next Period":
- A4:H4 → Fill Color: Gold, Accent 4, Lighter 80%
- A20:H21 → Fill Color: Gold, Accent 4, Lighter 80%
- Press Ctrl+Home to reset view.
Step 13: Finalize and Save
- Switch back to the "Rental Days" sheet tab, press Ctrl+Home.
- Save workbook as
[your initials]Practice02.xlsx. - Submit via Canvas assignment portal.
Key Skills Practiced
SUMandAVERAGEvia AutoSum tool- Fill Handle formula replication (relative references)
- Column width AutoFit vs. manual sizing
- Row height adjustment (multi-row selection)
- Center Across Selection (vs. Center alignment)
- Sheet duplication, tab naming, and tab color assignment
#DIV/0!error behavior with empty cell references- Borders, fill colors, Format Painter, and numeric formatting