I'm trying to get a formula working that averages a bunch of numbers based on two conditions. The problem I'm having is that my Average_rng needs to be the sum of two other cells and it doesn't seem to work.
Can anyone help?
My formula is:
I'm trying to set this as an array formula but it won't accept.
If I have an other column that sums columns K and L it works but this isn't really feasable unfortunately.
Can anyone help?
My formula is:
Code:
=AVERAGEIFS(SUM('Input Data'!K:L),'Input Data'!H:H,A4,'Input Data'!J:J,">0")
If I have an other column that sums columns K and L it works but this isn't really feasable unfortunately.