Lesson ProgressPhase 3 of 6
Phase 3Guided Practice
Guided Practice: Investor-Facing Summary & Workbook Polish

Practice building status indicators and summary formulas in a safe environment.

🔧 Phase 3: Guided Practice — Build Summary Skills

Practice Status Formulas and Visual Cues

Before building the live summary sheet, let's practice the key skills in a safe environment. You'll write status formulas, apply conditional formatting, and craft plain-language explanations.

Practice 1 — Status Formulas

Turn technical results into readable status messages

Imagine these values from your workbook:

Debits Total:$12,500
Credits Total:$12,500
Difference:$0
Balance Status:Write formula →

Write an IF formula:

=IF(Difference=0, "Balanced", "Review Needed")
=IF(Difference<>0, "Check " & Count(RedCells) & " accounts", "All Clear")

Why this works:

The IF formula checks the condition and returns two possible messages. When balance is perfect, you get a clean confirmation. When there's an issue, the formula tells you exactly what needs attention.

Practice 2 — Conditional Formatting

Make status visible at a glance

Apply conditional formatting rules to your status cells:

Rule 1: Balanced (Green)

  • Condition: Cell Value = 0
  • Format: Green background, bold text
  • Apply to: Difference cell, Balance Status cell

Rule 2: Not Balanced (Red)

  • Condition: Cell Value > 0 OR Cell Value < 0
  • Format: Red background, bold text
  • Apply to: Difference cell, Balance Status cell

Practice scenario:

When Difference shows -$50, the cell turns red immediately. This visual cue tells Sarah there's a problem before she reads any numbers. She knows to investigate without checking every value manually.

Practice 3 — Plain Language Explanations

Write for your audience, not yourself

Technical vs. Plain

Technical (Don't show investors):

"SUMIF(TotalDebits) equals $12,500 and SUMIF(TotalCredits) equals $12,500, so the difference is exactly zero."

Plain Language (Show investors):

"Ledger is balanced: $12,500 in debits matches $12,500 in credits. No errors detected—ready for audit."

Practice scenarios:

Perfect:"All accounts balance with zero errors—ledger is investor-ready."
Has Issues:"3 accounts show imbalances. Review Cash, Revenue, and Expenses before presenting."
Think-Pair-Share

Apply skills to a new situation:

Sarah shows her summary to two different investors. They have different questions.

Investor A:"What do these colors mean?"
Investor B:"Should I trust these numbers?"

Partner Task:

Write a one-sentence response for each investor that uses the status formulas and visual cues you practiced. Be ready to share.

Check Your Summary Skills
Confirm you understand the key patterns before building the live summary sheet.

1. Sarah's Difference cell shows $0. What IF formula should she use to display 'Balanced' in plain language?

2. Sarah wants the Balance Status cell to turn red when not balanced. What conditional formatting rule should she use?

3. Which explanation belongs in Sarah's executive summary note for investors?

0 of 3 questions answered