One guess hazarded .. perhaps you're asking this ? You can have cells
containing formulas locked against accidental erasure / overwriting.
If say, only col C contains formulas that's to be protected, then try this
sequence. Select the entire sheet, click Format > Cells > Protection tab >
Uncheck "Locked" > OK. Then select only col C, click Format > Cells >
Protection tab > Check "Locked" > OK. Then apply sheet protection via
clicking Tools > Protection > Protect Sheet > Password? > OK. That's it.
Test it out. Only col C would be protected. Elsewhere on the sheet, cells
would be unprotected, allowing for say, data inputs.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Can I lock a condition alone in a cell so that the cell still can be
> modified
[quoted text clipped - 4 lines]
> n B1 I have IF(A1="A","Ape",IF*(A1="B", "Banana",if(C1="","")))
> How do I protect C1 from being deleted when users fill in the form?
Max - 30 Nov 2006 01:44 GMT
Glad that turned out fine for you !

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"novice" wrote:
> Thank you - it worked!