Overwrite a protected Formula

  • Thread starter Thread starter utaheel
  • Start date Start date
U

utaheel

I need to be able to protect the formula in a cell and at the same tim
overwrite that cell. I am an estimator and for instance my materia
price may be unit price x quanity or I may need to put in a lump su
value.

Thanks for the hel
 
I'd use 3 cells.

#1. The formula cell (recommended value?)
#2. The typing cell (Manual override)
#3. A formula that figures out which one to use.

Say you use A1, A2, and A3

then in A3, you could have:
=if(a2<>"",a2,a1)

(if a2 had something in it, use that. If not, use A1.)

And make all your subsequent formulas look at A3 (not A1 or A2).
 

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


Back
Top