0
0
Excelspreadsheet~20 mins

Cell locking in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cell Locking Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What happens when you lock cells but do not protect the sheet?

You select some cells and lock them using Excel's cell locking feature, but you do not protect the worksheet. What will happen if you try to edit those locked cells?

AYou can edit the locked cells without any restriction.
BYou cannot edit the locked cells; Excel blocks any changes.
CExcel will show an error message but still allow editing.
DThe locked cells become hidden and cannot be seen.
Attempts:
2 left
💡 Hint

Think about what the 'Protect Sheet' feature does in Excel.

📊 Formula Result
intermediate
2:00remaining
What is the result of editing a locked cell on a protected sheet?

You have a worksheet where cells A1 to A5 are locked and the sheet is protected. You try to type a new value in cell A3. What will happen?

AThe new value is accepted and replaces the old value.
BExcel allows editing but only if you enter a formula.
CExcel shows a warning and does not allow the change.
DExcel deletes the content of cell A3 automatically.
Attempts:
2 left
💡 Hint

Think about what protection does to locked cells.

Function Choice
advanced
2:00remaining
Which Excel feature allows you to lock cells and prevent editing?

You want to make sure certain cells cannot be changed by others. Which combination of features should you use?

ASelect cells, lock them, then protect the sheet.
BSelect cells, unlock them, then protect the sheet.
CSelect cells, hide them, then protect the sheet.
DSelect cells, format as text, then protect the sheet.
Attempts:
2 left
💡 Hint

Remember the default state of cells and what locking means.

🎯 Scenario
advanced
3:00remaining
You want users to edit only cells B2:B10 but not others. How do you set this up?

Describe the steps to allow editing only in cells B2:B10 while locking all other cells in the worksheet.

AUnlock all cells, then protect the sheet.
BLock B2:B10, unlock all other cells, then protect the sheet.
CHide B2:B10, lock all other cells, then protect the sheet.
DUnlock B2:B10, lock all other cells, then protect the sheet.
Attempts:
2 left
💡 Hint

Think about which cells should be locked or unlocked to allow editing only in B2:B10.

data_analysis
expert
3:00remaining
Analyzing protection impact on formulas referencing locked cells

You have a protected sheet with locked cells A1:A5 containing numbers. Cell B1 has the formula =SUM(A1:A5). If a user tries to change A3, what happens to the value in B1?

AThe user can change A3, and B1 updates accordingly.
BThe user cannot change A3, so B1 remains the same.
CThe formula in B1 breaks and shows an error.
DB1 shows zero regardless of changes.
Attempts:
2 left
💡 Hint

Consider what protection does to locked cells and formulas referencing them.