View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How can I prevent a cell, once calculated from being recalculated?

Copy the cell and then PasteSpecial/value back onto itself.
--
Gary''s Student - gsnu200825


"David Wild" wrote:

I want to prevent a cell from being recalculated (Excel 2000).

For Example:
December Widget price is £1.00 (Item/Price held in a Range)
Sold 500 - Income = £500
January updated Item/Price range, Widget price now £1.25
Sold 200 - income = £250
BUT...
December income now INCORRECTLY shows income = £625.
How can I stop the December values from being updated (Recalculated) once
they have been calculated?

Thanks for any help.