Hello all. I am using an array formula to calculate a median. This works except that bizarrely it counts blanks as values and when charted displays them as zero.
Quote=MEDIAN(IF(INDIRECT(IJ13)=INDIRECT("Analysis!"&IJ14),INDIRECT(IT28)))
So I am trying to add another criteria to the formula. I've tried a few variations, including the one below, but all return a #VALUE error.
Quote=MEDIAN(IF(INDIRECT(IJ13)=INDIRECT("Analysis!"&IJ14)*(ISNUMBER(INDIRECT(IT28))),INDIRECT(IT28)))
When I stepped through the formula evaluation it seemed to evaluate all the blanks as zero. So the problem may be with the data but I can't think what.
Does anyone have any suggestions and/or workarounds?
TIA.