Bird
Raised Fist0
Excelspreadsheet~20 mins

Borders and shading in Excel - Practice Problems & Coding Challenges

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
Challenge - 5 Problems
🎖️
Borders and Shading Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
What is the effect of applying a thick border to a cell range?

You select cells A1 to C3 and apply a thick border around the entire range using the Borders tool. What will you see?

AA thick border appears only around the outer edge of the selected range.
BA thin border appears around the outer edge, and thick borders inside each cell.
CNo border appears because thick borders cannot be applied to multiple cells.
DA thick border appears around each individual cell inside the range.
Attempts:
2 left
💡 Hint

Think about how Excel applies borders to multiple cells at once.

🎯 Scenario
intermediate
2:00remaining
How to shade alternate rows for readability?

You want to shade every other row in a table to make it easier to read. Which method is best?

AUse Conditional Formatting with a formula like =ISEVEN(ROW()) to apply shading.
BManually select each alternate row and apply a fill color.
CApply a thick border to every other row.
DUse the Font Color tool to change text color on alternate rows.
Attempts:
2 left
💡 Hint

Think about a way to automate shading based on row numbers.

Function Choice
advanced
2:00remaining
Which formula helps to apply shading based on cell value?

You want to shade cells in column B that have values greater than 100. Which Conditional Formatting formula should you use?

A=SUM(B1)>100
B=IF(B1>100, TRUE, FALSE)
C=B1>100
D=B1>=100
Attempts:
2 left
💡 Hint

Conditional Formatting formulas must return TRUE or FALSE directly.

data_analysis
advanced
2:00remaining
Identifying border styles in a formatted table

You open a spreadsheet where some cells have different border styles. Which border style indicates a cell is part of a header row?

ACells with a dotted border on all sides.
BCells with a double bottom border.
CCells with no borders but shaded background.
DCells with a thin top border only.
Attempts:
2 left
💡 Hint

Headers often have a distinct border style to separate them from data.

🧠 Conceptual
expert
2:00remaining
What happens when you apply shading and borders to merged cells?

You merge cells A1 to C1, then apply a fill color and a border around the merged cell. What is the result?

ANeither fill color nor borders apply to merged cells.
BThe fill color applies only to the first cell, and borders appear around each original cell.
CBorders disappear but fill color applies to all merged cells.
DThe fill color and border apply to the entire merged cell as one unit.
Attempts:
2 left
💡 Hint

Think about how Excel treats merged cells as a single cell.

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