Can you please tell me a formula that:
The example is for the Spartak Subotica team from the Adriatic League (row 55).
Team | Place | Matches played | Points |
---|---|---|---|
Borac Cacak | 8 | 3 | 2 |
Buducnost | 1 | 3 | 6 |
Dubai | 4 | 3 | 4 |
Zadar | 8 | 3 | 2 |
Igokea | 4 | 3 | 4 |
KRKA | 15 | 3 | 0 |
Mega | 1 | 3 | 6 |
Mornar Bar | 15 | 3 | 0 |
Partizan Belgrade | 1 | 3 | 6 |
Cedevita Olympia | 8 | 3 | 2 |
SC Derby | 4 | 3 | 4 |
Spartak Subotica | 8 | 3 | 2 |
Split | 8 | 3 | 2 |
FMP Belgrade | 4 | 3 | 4 |
Cibona | 8 | 3 | 2 |
Red Star | 8 | 3 | 2 |
File link: https://docs.google.com/spreadsheets/d/1ggW8GE3nwflw-_OY8FmAM_xxq2h80QX-B6jcgyon9aI/edit?gid=0#gid=0
Here's a generalized approach (for HOME
) which you may adapt accordingly:
=map(A4:A,lambda(Σ,if(or(Σ="",index(F:F,row(Σ))=0),,let(Δ,{{A:A,B:B,D:D,F:F};{A:A,C:C,E:E,G:G}},Λ,lambda(x,choosecols(Δ,x)),
rank(index(D:D,row(Σ)),filter(Λ(3),Λ(1)=Σ,Λ(4)=index(F:F,row(Σ))))))))