Patcheen
Active Member
- Joined
- Sep 28, 2015
- Messages
- 391
- Office Version
- 365
- Platform
- Windows
Hi all
im trying to add 1 more criteria to this formula but cant seem to work out what exactly i need.
this is the current criteria
=IF(I5<>"home","",COUNTIFS($I$5:$I5,$I5,$K$5:$K5,$K5))
i is the home / Away column
k is the score result 3-1 ext etc
what i want to add is the league to the above criteria
in column N i have the league name LC
how do i add the above column to the above criteria
i tried this but to no avial
=IF(I5<>"home","",COUNTIFS($I$5:$I5,$I5,$K$5:$K5,$K5,N5:N5,L2)) (L2 is the reference to where all the games that match L2 (LC in column N)
TIA
im trying to add 1 more criteria to this formula but cant seem to work out what exactly i need.
this is the current criteria
=IF(I5<>"home","",COUNTIFS($I$5:$I5,$I5,$K$5:$K5,$K5))
i is the home / Away column
k is the score result 3-1 ext etc
what i want to add is the league to the above criteria
in column N i have the league name LC
how do i add the above column to the above criteria
i tried this but to no avial
=IF(I5<>"home","",COUNTIFS($I$5:$I5,$I5,$K$5:$K5,$K5,N5:N5,L2)) (L2 is the reference to where all the games that match L2 (LC in column N)
TIA