How To Indicate Which Cells In A Sheet Are Locked and Protected

  • Thread starter Thread starter Sheldon
  • Start date Start date
S

Sheldon

Is there a way to easily indicate which cells in a sheet are both
locked and protected?
Sheldon Potolsky
 
I'm not sure what locked and protected means, but if you're not using
conditional formatting for anything, you can use it for this:

Select your range (all the cells)

(I had A1 the activecell.)

Format|conditional formatting (xl2003 menus)
formula is:
=cell("Protect",a1)=1

Give it a nice shade.
 
Thank you Dave.
Sheldon

I'm not sure what locked and protected means, but if you're not using
conditional formatting for anything, you can use it for this:

Select your range (all the cells)

(I had A1 the activecell.)

Format|conditional formatting (xl2003 menus)
formula is:
=cell("Protect",a1)=1

Give it a nice shade.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top