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?
Think about what the 'Protect Sheet' feature does in Excel.
Locking cells alone does not prevent editing. You must protect the worksheet to enforce the lock. Without protection, locked cells behave like unlocked cells.
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?
Think about what protection does to locked cells.
When a sheet is protected, locked cells cannot be edited. Excel shows a warning message and blocks changes.
You want to make sure certain cells cannot be changed by others. Which combination of features should you use?
Remember the default state of cells and what locking means.
By default, all cells are locked. To protect specific cells, you unlock the ones you want editable and protect the sheet. Locking cells and protecting the sheet prevents editing.
Describe the steps to allow editing only in cells B2:B10 while locking all other cells in the worksheet.
Think about which cells should be locked or unlocked to allow editing only in B2:B10.
By unlocking B2:B10 and locking all other cells, then protecting the sheet, only B2:B10 remain editable.
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?
Consider what protection does to locked cells and formulas referencing them.
Since A3 is locked and the sheet is protected, the user cannot change A3. Therefore, B1's sum remains unchanged.