Bird
Raised Fist0
Excelspreadsheet~15 mins

Borders and shading in Excel - Real Business Scenario

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Scenario Mode
👤 Your Role: You are an office assistant managing monthly expense reports.
📋 Request: Your manager wants a clear and easy-to-read expense report with borders around each cell and shading for header rows to improve readability.
📊 Data: You have a table listing expense categories, amounts, and dates for the month.
🎯 Deliverable: Create a formatted expense report with borders around all cells and a shaded header row.
Progress0 / 4 steps
Sample Data
CategoryAmountDate
Office Supplies1502024-06-01
Travel3002024-06-05
Meals1202024-06-10
Utilities2002024-06-15
Software4002024-06-20
Maintenance1802024-06-25
1
Step 1: Select the entire data range including headers (cells A1:C7).
No formula needed; just select cells A1 to C7.
Expected Result
The range A1:C7 is selected.
2
Step 2: Apply borders to all selected cells.
Go to the Home tab, click the Borders dropdown, and select 'All Borders'.
Expected Result
All cells in the range A1:C7 have borders around them.
3
Step 3: Shade the header row to distinguish it from data rows.
Select cells A1:C1, then go to Home tab, click Fill Color, and choose a light gray color.
Expected Result
The header row (A1:C1) is shaded light gray.
4
Step 4: Adjust column widths to fit content for better readability.
Select columns A to C, then double-click the right edge of any selected column header.
Expected Result
Columns A, B, and C adjust width to fit their content.
Final Result
---------------------------------
| Category       | Amount | Date       |
---------------------------------
| Office Supplies| 150    | 2024-06-01 |
| Travel         | 300    | 2024-06-05 |
| Meals          | 120    | 2024-06-10 |
| Utilities      | 200    | 2024-06-15 |
| Software       | 400    | 2024-06-20 |
| Maintenance    | 180    | 2024-06-25 |
---------------------------------
Borders make each cell distinct and easy to read.
Shading the header row helps quickly identify column titles.
Adjusting column widths prevents text from being cut off.
Bonus Challenge

Add alternating row shading (banded rows) to improve readability further.

Show Hint
Use Conditional Formatting with a formula like =MOD(ROW(),2)=0 to shade every other row.

Practice

(1/5)
1. What is the main purpose of adding borders to cells in Excel?
easy
A. To hide the contents of cells
B. To change the font style of the text inside cells
C. To calculate the sum of numbers in cells
D. To add lines around cells to separate and organize data

Solution

  1. Step 1: Understand what borders do

    Borders add visible lines around cells to separate or highlight data areas.
  2. Step 2: Compare options

    Only To add lines around cells to separate and organize data describes adding lines around cells; others describe unrelated features.
  3. Final Answer:

    To add lines around cells to separate and organize data -> Option D
  4. Quick Check:

    Borders separate data = A [OK]
Hint: Borders draw lines around cells to organize data visually [OK]
Common Mistakes:
  • Confusing borders with font or calculation features
  • Thinking borders hide data
  • Mixing borders with shading effects
2. Which of the following is the correct way to add a thick border around a selected cell in Excel?
easy
A. Go to Home tab > Font group > Click Borders dropdown > Select Thick Box Border
B. Right-click cell > Format Cells > Number tab > Choose Thick Border
C. Insert tab > Shapes > Draw thick border manually
D. Data tab > Sort & Filter > Apply Thick Border

Solution

  1. Step 1: Locate border options in Excel

    Border settings are found under Home tab in the Font group via the Borders dropdown.
  2. Step 2: Identify the correct method for thick border

    Go to Home tab > Font group > Click Borders dropdown > Select Thick Box Border correctly describes selecting Thick Box Border from the Borders dropdown.
  3. Final Answer:

    Go to Home tab > Font group > Click Borders dropdown > Select Thick Box Border -> Option A
  4. Quick Check:

    Correct border menu location = B [OK]
Hint: Borders are under Home > Font > Borders dropdown [OK]
Common Mistakes:
  • Looking for borders under Format Cells Number tab
  • Trying to draw borders with Shapes instead of border tool
  • Confusing border options with sorting or filtering
3. If you apply a yellow fill color (shading) to cells A1 to A3 and then add a border only to cell A2, what will be the visible result?
medium
A. Only cell A2 will have a border, and all three cells will have yellow shading
B. All three cells will have borders and yellow shading
C. Only cell A2 will have yellow shading and border
D. No cells will show shading or borders

Solution

  1. Step 1: Understand shading application

    Applying yellow fill to A1:A3 colors all three cells' backgrounds yellow.
  2. Step 2: Understand border application

    Adding border only to A2 means only that cell shows border lines.
  3. Final Answer:

    Only cell A2 will have a border, and all three cells will have yellow shading -> Option A
  4. Quick Check:

    Shading applies to range, border applies to single cell = A [OK]
Hint: Shading applies to selected cells; borders apply individually [OK]
Common Mistakes:
  • Assuming borders apply to all shaded cells automatically
  • Thinking shading only applies to cells with borders
  • Confusing fill color with border color
4. You tried to add a border to a cell, but no border appears. Which of these is the most likely reason?
medium
A. The cell is locked and cannot have borders
B. The border color is set to white, matching the background
C. Borders only work on merged cells
D. You applied the border but did not click outside the cell to see it

Solution

  1. Step 1: Check common border visibility issues

    Border may be invisible if its color matches the cell background.
  2. Step 2: Evaluate other options

    Cells can have borders regardless of locking; borders show immediately; borders work on all cells, not just merged.
  3. Final Answer:

    The border color is set to white, matching the background -> Option B
  4. Quick Check:

    Invisible border due to color = D [OK]
Hint: Check border color if borders don't show [OK]
Common Mistakes:
  • Thinking cell locking prevents borders
  • Believing borders appear only after clicking outside
  • Assuming borders only work on merged cells
5. You want to highlight a table by shading alternate rows light gray and adding a thin border around the entire table. Which steps correctly achieve this?
hard
A. Use the Fill Color tool to shade the whole table gray, then add Outside Borders only
B. Manually shade every other row, then add thick borders to each cell individually
C. Select the table, use Conditional Formatting to shade alternate rows, then select the table and add All Borders with thin line
D. Select the table, add thick borders, then use Conditional Formatting to shade all rows

Solution

  1. Step 1: Shade alternate rows using Conditional Formatting

    Conditional Formatting can automatically shade alternate rows for clarity.
  2. Step 2: Add thin borders around entire table

    Select the table and apply All Borders with a thin line style to outline all cells.
  3. Final Answer:

    Select the table, use Conditional Formatting to shade alternate rows, then select the table and add All Borders with thin line -> Option C
  4. Quick Check:

    Conditional Formatting + All Borders = C [OK]
Hint: Use Conditional Formatting for shading, Borders dropdown for lines [OK]
Common Mistakes:
  • Manually shading rows is slow and error-prone
  • Using thick borders instead of thin for subtle look
  • Only adding Outside Borders misses inner cell lines