Calculate soccer results Current Streak and 2nd, 3rd etc. Longest Streaks?

Lehoi

Board Regular
Joined
Jan 30, 2016
Messages
93
Hi all

I have this soccer results with the goals splitted by teams, but i can't find the way to calculate the current winning streaks, the current draw streaks and the current loss streaks.
Note: the most recent results at bottom of the column.
Also i have the formula for calculate the 1st Longest Streak, but how can I get the 2nd, 3rd etc. longest streaks?
any help would be a lot appreciated!

Thanks

matricial formulas used so far:
<v2:v501,row(u2:u501))),if(u2:u501><v2:v501,row(u2:u501))),if(u2:u501>
Win 1st Longest Streak:
=MAX(FREQUENCY(IF(U2:U501<>"",IF(U2:U501>V2:V501,ROW(U2:U501))),IF(U2:U501<=V2:V501,ROW(V2:V501))))

Draw 1st Longest Streak:
=MAX(FREQUENCY(IF(U2:U501<>"",IF(U2:U501=V2:V501,ROW(U2:U501))),IF(V2:V501<>"",IF(U2:U501<>V2:V501,ROW(U2:U501)))))<v2:v501,row(u2:u501))),if(u2:u501>

FT TeamFT Opp.
13
30
01
01
02
03
12
10
22
11
31
22
12
32
30
22
41
31
10
03
12
21
43
11
80
10
21
20
21
20
40
00
01
20
40
40

<tbody>
</tbody>

<v2:v501,row(u2:u501))),if(u2:u501><v2:v501,row(u2:u501))),if(u2:u501><v2:v501,row(u2:u501))),if(u2:u501>sample spreadsheet:
https://mega.nz/#!m9ghBQaY!u1YA8sQJMfzzeEplybHxUnwZn5ty_QDoNXtpFhc9Cqw</v2:v501,row(u2:u501))),if(u2:u501></v2:v501,row(u2:u501))),if(u2:u501></v2:v501,row(u2:u501))),if(u2:u501></v2:v501,row(u2:u501))),if(u2:u501></v2:v501,row(u2:u501))),if(u2:u501></v2:v501,row(u2:u501))),if(u2:u501>
 
Last edited:

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi

I added the Loss 1st Longest Streak:
=MAX(FREQUENCY(IF(U2:U501<>"",IF(U2:U501<V2:V501,ROW(U2:U501))),IF(U2:U501>=V2:V501,ROW(U2:U501))))

someone has any idea how to calculate the current streaks?
Thanks
 
Upvote 0

Forum statistics

Threads
1,216,731
Messages
6,132,394
Members
449,725
Latest member
Enero1

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top