I have entered an INDEX MATCH array to find a cell dependent on 2 criteria:
=INDEX($D$23:$D$26,MATCH(E24,IF($C$23:$C$26=F24,$B$23:$B$26),0))
It works which is great but there are two values which match the criteria. How can I sum the values if two or more are found?
I
=INDEX($D$23:$D$26,MATCH(E24,IF($C$23:$C$26=F24,$B$23:$B$26),0))
It works which is great but there are two values which match the criteria. How can I sum the values if two or more are found?
I