janderson055
New Member
- Joined
- Feb 7, 2012
- Messages
- 30
I am trying to put together a formula that will count the consecutive "100"s in a row and return that number. For example if the row shows:
95 100 90 100 100 = 2
But I also want it to start over if the last entry isn't 100, i.e.;
95 100 90 100 100 90 = 0
Anybody have a good idea of how I can keep this running total?
Thanks.
95 100 90 100 100 = 2
But I also want it to start over if the last entry isn't 100, i.e.;
95 100 90 100 100 90 = 0
Anybody have a good idea of how I can keep this running total?
Thanks.