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...