Hi Lenze,
This is a normally unlocked cell (A1) allowing a user to enter information. However, if a certain value is encountered in another worksheet cell (B2), the user no longer should be permitted to edit (enter information) in the unlocked field (A1). That value when encountered in B2 needs to lock the cell A1 to prevent editting.
So, formula in cell A1 is if(b2="NO","","ok"). So, if locking a cell was available through conditional formatting, I would apply something like ... if A1 = "NO" then (Lock cell)
Hmmm?