End function

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

Guest

I have an if function on my worksheet that updates according to cells that
are updating dynamically throughout the day. I would like to have the
function stop running once the "true" value is reached. Also, the "true"
value is a number that updates dynamically as well, I would like that number
to remain the same once the "true" value is reached, i.e. paste
special....value. Thanks for any input.
 
logical test.......(h5>=b5)+(b6>=375)
true= b5
false= false

Values b5, h5 and b6 update dynamically throughout the day.
 
Back
Top