Hello,
I would like to know how i could sum the most consecutive wins in dollars in column A, and the average consecutive wins in column B.
In the table below, you can see in column A1:A3, three consecutive dollar wins which should total $43. How do i go about calculating the largest sum in dollars of consecutive wins which should be $43 because in column A5:A6, there are two consecutive wins that total only $12.
In column B1:B3, three consecutive wins which total 3 and in column B5:B6, two consecutive wins which total 2, how do i go about calculating the average consecutive wins in column B?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]$23[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]-$42[/TD]
[TD="align: center"]Loss[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]$9[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]$3[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]-$15[/TD]
[TD="align: center"]Loss[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for taking the time to read this, much appreciated.
I would like to know how i could sum the most consecutive wins in dollars in column A, and the average consecutive wins in column B.
In the table below, you can see in column A1:A3, three consecutive dollar wins which should total $43. How do i go about calculating the largest sum in dollars of consecutive wins which should be $43 because in column A5:A6, there are two consecutive wins that total only $12.
In column B1:B3, three consecutive wins which total 3 and in column B5:B6, two consecutive wins which total 2, how do i go about calculating the average consecutive wins in column B?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD="align: center"]1[/TD]
[TD="align: center"]$23[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]2[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]3[/TD]
[TD="align: center"]$10[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]-$42[/TD]
[TD="align: center"]Loss[/TD]
[/TR]
[TR]
[TD="align: center"]5[/TD]
[TD="align: center"]$9[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]6[/TD]
[TD="align: center"]$3[/TD]
[TD="align: center"]Win[/TD]
[/TR]
[TR]
[TD="align: center"]7[/TD]
[TD="align: center"]-$15[/TD]
[TD="align: center"]Loss[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for taking the time to read this, much appreciated.