multi-functional cells in Excell 2003

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

Guest

can a cell be multi-functional, IE accept user input data or formula
generated data without loosing the formula in the cell?
 
No.

When I want to allow the user to supersede the formula's result, I use 3 cells.

The formula cell (evaluates to the default value)
the override cell (for manual input)
the cell that's used.

For instance:
I'd put the formula in A1, the override value in B1 and use this in C1:
=if(c1<>a1,c1,a1)

Lock columns A and C and protect the worksheet.

Then I could use column C in any subsequent 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