Re: Last 6 matches home and away soccer form table
Quote from NBVC;699218
In fact, if you can set fixed ranges to cover only those last 6 rounds e.g. rows 3 to 67 only, then you can simplify with COUNTIFS
In Z3 the formula (in Italian) would now simply be:
=CONTA.PIÙ.SE($D$3:$D$67;Y3;$K$3:$K$67;">0")
In AA3
=CONTA.PIÙ.SE($D$3:$D$67;Y3;$K$3:$K$67;"0")
in AK3
=CONTA.PIÙ.SE($F$3:$F$67;Y3;$L$3:$L$67;">0")
and in AL3:
=CONTA.PIÙ.SE($F$3:$F$67;Y3;$L$3:$L$67;"0")
Display More
Dear friend, about ONLY LAST SIX LEAGUE ROUNDS...
For example in Italy Serie A league championship, like in column B,from the first last round, the 19th, until the sixth last round, the 14th round…by covering and taking always the last six occurences…Z9: Inter played _4 games in home_ by scoring 4 times, like shown in Z:Z … ( 4 scored Yes)
Z9: Inter played _2 games away_ by scoring only 1 time and not scoring also 1 time ( 1 scored Yes & 1 Not)By following these rules I want calculate what I explained, about all the observable league teams in Y:Y
Note Well:In other leagues, expecially English leagues, when I refresh query web about new league championship results, I find postponed or abandoned games of previous league rounds which are replayed.These replayed games are assorted, mixed to very last 6 played rounds…
According to my ideas They are calculated like lasts by me… and sometimes, by counting last six occurences of a Team, covering last six league rounds, we should find a Team which played also 5 times like Home and only 1 Away.
As follows, see in A5027... ENGLISH CONFERENCE...
THERE ARE THREE REPLAYED GAMES THAT I COUNT LIKE LAST SIX OCCURENCES...
SO RAWS CHANGES... AND I MISTAKE CALCULATION... WITH HIDE RAWS..
How can count these as follows... with countif???
In Z2:=SOMMA(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);SE(RIF.RIGA($D$3:$D$870)<=PICCOLO(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);RIF.RIGA($D$3:$D$870));6);SE(($D$3:$D$870=Y3)*($K$3:$K$870>0);1))))
in AA2:=SOMMA(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);SE(RIF.RIGA($D$3:$D$870)<=PICCOLO(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);RIF.RIGA($D$3:$D$870));6);SE(($D$3:$D$870=Y3)*($K$3:$K$870=0);1))))
In AK2:=SOMMA(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);SE(RIF.RIGA($D$3:$D$870)<=PICCOLO(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);RIF.RIGA($D$3:$D$870));6);SE(($F$3:$F$870=Y3)*($L$3:$L$870>0);1))))
in AL2:=SOMMA(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);SE(RIF.RIGA($D$3:$D$870)<=PICCOLO(SE(($D$3:$D$870=Y3)+($F$3:$F$870=Y3);RIF.RIGA($D$3:$D$870));6);SE(($F$3:$F$870=Y3)*($L$3:$L$870=0);1))))
Thanks 4 all u ll do.
Take care.
Regards