freezing a cell or cells

D

doug

I want to archive a spreadsheet (and freeze those cells that want to
update itself) so that when I access it one year later, it no longer
updates the cells that have functions like " =today() ". I would
want to freeze those particular cells so that when I froze those
cells, they show the last date when frozen. I guess it would be as if
the spreadsheet became a text file.

Is there a command/function within excel to do this?
 
J

Jason

Hi, Doug.

One way to do this is the following:

CTRL + a (selects all cells)
CTRL + c (copy)
Edit > Paste Special, then select Values and OK.

This will remove all formulas.

HTH

Jason
 
Top