Hiding functions

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

Guest

Hello again
I seem to remember someone saying that you could put all your functions in
cells that are hidden way down in the bottom of a sheet somewhere so that
knowone could delete or mess with them. and they would still perform the
calculation in the cell intended. like if I want A5 to give me the total of
A1 through A4 I could put that function in cell A300 That way if someone
tries to delete the answer I don't loose the function.
 
A300=sum(a1:a4)
A5=A300

But I think protection would be a better, easier, and more efficient way to
do it.
 

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