Excel Advanced Cell Locking
How to Protect Specific Cells
Unlock Editable Cells
Select cells users should change. Format Cells > Protection tab > uncheck Locked.
Lock Everything Else
All cells are Locked by default — leave non-editable cells alone.
Protect the Sheet
Review tab > Protect Sheet. Set a password if needed.
Test the Result
Try to edit a locked cell — Excel should refuse and only allow your unlocked range.
Noble Desktop's Excel Bootcamp covers formulas, pivot tables, data analysis, VBA, and the full analytics workflow used by finance and ops teams.
1Full Video Transcript
2Understanding Relative Cell References
Advanced cell locking allows you to create powerful formulas by locking either the column, the row, or both. This lesson is going to start with a little bit of remedial education about locking cells. By default, when you're working with cells in Excel, they're relative. What that means is in a formula, if you move down a row, then the row number changes and the address of the cell changes by one or more rows depending on how far you move.
If you move across, what changes is the column letter. The row stays exactly the same because you're in the same row—you're just changing columns. So in the formula, the address of the cell that relates to a specific column moves along as you autofill either to the right or to the left.
Now I'll do a quick overview of what this looks like. I'll simply type one and two here, then I'm going to copy those values over to the right. Then I'm going to autofill this down, and let's just stick with one to ten. Now let me just make all these the same size. Now I'm going to add one plus one, I'll press Enter, and you get two. Now I'll autofill down and we get the appropriate results. As I start to step down in the formula, you'll see that the row number is changing—that's the only thing that's changing as I move down. Everything is moving in unison. That's relative reference.
Now I'm going to take those same values and I'm going to transpose them here. Now my addition is going to be one plus one vertically. Now I'll copy the formula over to the right, and if I take a look at each individual cell, I'll see that what's changing is the column letter. That's the only thing that's changing, and that's appropriate because I do want to move over column by column to pick up the other values. So that's relative reference.