So I am trying to achieve a for loop macro that stops when certain conditions are met.
Say A1 is the counter that starts at 0. for every tick you get 20% of A1 +1 and 80% of A1 -1, and A1 is always >=0. The macro stops when A1 reaches say 5.
How do I achieve this?
Thanks in advance.
Say A1 is the counter that starts at 0. for every tick you get 20% of A1 +1 and 80% of A1 -1, and A1 is always >=0. The macro stops when A1 reaches say 5.
How do I achieve this?
Thanks in advance.