EXCEL: Protect a cell depending on another cell value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I need a formula to protect a specific cell depending on the value of
another cell. For example, if(A2=0, protect(A3), "")
If A2=0, I do not want anyone to be able to modify in anyway A3

Thanks for your help
 
Functions only return information. They can't change an object. You need a
macro to do that.
HTH,
 

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