Hello.
I want to count the number of consecutive wins in a table.
Below I have an example.
[TABLE="width: 100"]
<tbody>[TR]
[TD]$40[/TD]
[/TR]
[TR]
[TD]-$20[/TD]
[/TR]
[TR]
[TD]$25[/TD]
[/TR]
[TR]
[TD]$10[/TD]
[/TR]
[TR]
[TD]$5[/TD]
[/TR]
[TR]
[TD]$41[/TD]
[/TR]
[TR]
[TD]$32[/TD]
[/TR]
[TR]
[TD]-$5[/TD]
[/TR]
[TR]
[TD]$9[/TD]
[/TR]
[TR]
[TD]-$12[/TD]
[/TR]
</tbody>[/TABLE]
My goal is to be able to count how many consecutive wins I was able to get.
The example shows 4 consecutive wins
[TABLE="width: 100"]
<tbody>[TR]
[TD]$25[/TD]
[/TR]
[TR]
[TD]$10[/TD]
[/TR]
[TR]
[TD]$5[/TD]
[/TR]
[TR]
[TD]$41[/TD]
[/TR]
[TR]
[TD]$32[/TD]
[/TR]
</tbody>[/TABLE]
I believe I need to use the FREQUENCY function but I'm completely lost regarding the bin.
Can you help me?
What the formula to achieve this?
Thank you.
I want to count the number of consecutive wins in a table.
Below I have an example.
[TABLE="width: 100"]
<tbody>[TR]
[TD]$40[/TD]
[/TR]
[TR]
[TD]-$20[/TD]
[/TR]
[TR]
[TD]$25[/TD]
[/TR]
[TR]
[TD]$10[/TD]
[/TR]
[TR]
[TD]$5[/TD]
[/TR]
[TR]
[TD]$41[/TD]
[/TR]
[TR]
[TD]$32[/TD]
[/TR]
[TR]
[TD]-$5[/TD]
[/TR]
[TR]
[TD]$9[/TD]
[/TR]
[TR]
[TD]-$12[/TD]
[/TR]
</tbody>[/TABLE]
My goal is to be able to count how many consecutive wins I was able to get.
The example shows 4 consecutive wins
[TABLE="width: 100"]
<tbody>[TR]
[TD]$25[/TD]
[/TR]
[TR]
[TD]$10[/TD]
[/TR]
[TR]
[TD]$5[/TD]
[/TR]
[TR]
[TD]$41[/TD]
[/TR]
[TR]
[TD]$32[/TD]
[/TR]
</tbody>[/TABLE]
I believe I need to use the FREQUENCY function but I'm completely lost regarding the bin.
Can you help me?
What the formula to achieve this?
Thank you.