Filter for cells by locked/unlocked status

  • Thread starter Thread starter Denise
  • Start date Start date
D

Denise

Is there a way to filter the view or hilight cells by this
status?

Thank you.
 
You might add a helper column with the "Cell" function:

=CELL("protect",D12)

It will return 0 for a protected cell and 1 for
unprotected.

Good Luck

Mike
 

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