I'm hoping this is an easy fix. I need a formula that will average data in a column if a column contains x or y.
Currently I have:
N22 ={IFERROR(AVERAGE(IF((SEN={"n",""}),KS2A)),"")}
However, this is returning 4.49 when it should be 4.83. It might be converting blanks to 0 hence the discrepancy.
I also need to find the gap between this figure and two other categories. The formula I am using for this is:
={IFERROR(AVERAGE(IF(ISNUMBER(MATCH(SEN,{"K","E"},0)),KS2A))-n22,"")}
Again, this is returning a lower figure - could it be converting blanks to 0 again?
Any ideas?
Thanks
Fazila
Currently I have:
N22 ={IFERROR(AVERAGE(IF((SEN={"n",""}),KS2A)),"")}
However, this is returning 4.49 when it should be 4.83. It might be converting blanks to 0 hence the discrepancy.
I also need to find the gap between this figure and two other categories. The formula I am using for this is:
={IFERROR(AVERAGE(IF(ISNUMBER(MATCH(SEN,{"K","E"},0)),KS2A))-n22,"")}
Again, this is returning a lower figure - could it be converting blanks to 0 again?
Any ideas?
Thanks
Fazila