data over formula

  • Thread starter Thread starter Sangel
  • Start date Start date
S

Sangel

Is it possible to work around having a cell or cells with a formula,
and being able to write directly to the cell without erasing the
formula?

i tried with =if and so on but can get it to work .

any comments?

Greetings
 
Hi Angel.
No comment, because a cell can contain OR a string, OR a value, OR a
formula; please ceck your help on line to verify.
Eliano
 
When I want a formula (for a default value), an input from the user (an
override), I'll use 3 cells:

For instance:
A2 = formula (a locked cell on a protected sheet)
B2 = shaded yellow for user input (an unlocked cell)
C2 = formula (=if(b2="",a2,b2) (also locked)

Then I use C2 in all the other formulas.
 

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