lock cells

N

novice

Can I lock a condition alone in a cell so that the cell still can be modified

Example

in A1 I have a drop down list (select A, B ,C)
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?
 
M

Max

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.
 

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

Top