Locking a cell with a formula BUT.....

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Is there a means of locking a formula within a cell but,
if another cells sum is not equal to 0 (zero) allow then a
a manual input value (in the cell with the locked formula)
but without deleting that formula?
 
Hi
AFAIK this not possible as a cell can only have a formula OR a manual
entry
 
You want a formula *and* a value within the same cell?
It can only be one or the other, not both.
 
Sometimes when I want to get user input to allow overriding of a calculated
value, I'll use a couple of helper columns.

Say column A contains the formula (locked and not changeable)
Column B can contain the manual override (if necessary)
Column C can contain a formula that decides which value to use:

=if(b1<>"",b1,a1)

Then I use column C for the rest of the calculations.
 

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