special function

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I am looking for a function similar to

"if(condition; calculate something; retain current value)".

This means, the value in the cell shall only be recalculated, if the
condition is met, else the current value is kept.

Thanx for any hint.

Peter
 
Hi Peter

IMO this can't be done by a worksheet function. You have to use VBA
(e.g., process the worksheet_change event).
Frank
 

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