View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
frenchflo frenchflo is offline
external usenet poster
 
Posts: 4
Default EXCEL: Protect a cell depending on another cell value

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