IF Statement....If False how ignore referenced cell

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

Guest

Hi,

Is there a way using a "IF" statement that when the statement is false it
ignores the cell it is writing to. For example: If(A1=1,B16,ignore)

When it looks at cell A1 it will write what is in cell B16 (let's say 7).

Next I want to change cell A1 to a 2 (because my value in B16 has changed),
which makes the original IF statement False and typically overwrites the
value in the cell with False, " " or "0". I would like it when FALSE, to
leave the value 7 and not overwrite it..

Hope this makes sense.

Any help would be greatly appreciated.
 
Hi
this is not possible with formulas. It would require VBA (using an
event procedure)
 

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

Similar Threads

If Statements 1
If statement for a range of cells 3
would this be an if statement? 3
Help ....! Conditional Formating 1
Value if an if statement is false 3
Formula 3
Average problem 1
Validation Help 2

Back
Top