Calculating and locking the esult of a formula

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

Guest

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?
 
Hi
not possible with a formula. this would require an event procedure
 

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