View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Write the result of a formula only once then lock it

Hi
see your other post

--
Regards
Frank Kabel
Frankfurt, Germany

"investor" schrieb im Newsbeitrag
...
I am creating a worksheet where fields are updated dynamically using

a dde,
once the result of a formula is calculated it brings about a certain
condition in one other part of the sheet example:

IF(AI91="LONG","L",IF(AJ91="SHORT","S",""))

Since the fields that this formula observes are dynamically updated

the
condition might change, but since I am only interested in the first

occurance
i wanted to lock the result of the first time a calculation is done,

is it
possibile?