Cell formula protection

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

Guest

Is it possible to be able to protect a cell formula, but allow information to
be entered or deleted without the formula being deleted as well?
 
A cell can contain a formula or a value--not both (which should be used???).

But...

How about using a couple of helper cells?

Use A3 for the formula
Use B3 for the user input
Use C3 to determine which should be used:

=if(b3="",a3,b3)
 
No

a cell can contain one thing only which could be static data, like a number
or a name, or a formula, or a link to another cell (which I guess is a
formula)

You enter something in the cell, it overwrites whatever was there.

Regards

Trevor
 

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