Good morning, yesterday I posed a question regarding the attached image and Stephen Crump kindly gave me the perfect solution.
=COUNTIFS(A2:A34,"League",B2:B34,"H",D2:D34,E14)
What has got me thinking is the solution doesn't reference column C at all and as column D is a helper column that refers to Column C, is it possible to "cut out the middle man" completely, meaning I could dispense with the helper column? It would be a great boon if so as the several helper columns (60 in all) really slow the workbook down.
The formula in D3 is =IF(($A3="League")*($B3="H"),IF($C3="W",SUM(1,D2),0),N(D2))
Copied down
Many thanks for any help offered and if it can't be done, so be it. Just wondered.
=COUNTIFS(A2:A34,"League",B2:B34,"H",D2:D34,E14)
What has got me thinking is the solution doesn't reference column C at all and as column D is a helper column that refers to Column C, is it possible to "cut out the middle man" completely, meaning I could dispense with the helper column? It would be a great boon if so as the several helper columns (60 in all) really slow the workbook down.
The formula in D3 is =IF(($A3="League")*($B3="H"),IF($C3="W",SUM(1,D2),0),N(D2))
Copied down
Many thanks for any help offered and if it can't be done, so be it. Just wondered.