T
tearingoutmyhair
Ok, I don't know what to do to get the cells with I want to average that are
currently blank to show a blank cell if there is no number or a zero in the
cells, I think this just sounds confusing. Anywho, this is the formula I have
and it's showing a blank cell but that's all it does, or it errors and I
can't make it an array.
=IF(SUMPRODUCT(--(MOD(ROW(D53:CY53),9)=0),--(D53:CY53>0))=0,"",AVERAGE(IF((MOD(ROW(D53:CY53),9)=0)*(D53:CY53<>0),D53:CY53)))
Anyone know what the problem is?
Thanks for the help.
currently blank to show a blank cell if there is no number or a zero in the
cells, I think this just sounds confusing. Anywho, this is the formula I have
and it's showing a blank cell but that's all it does, or it errors and I
can't make it an array.
=IF(SUMPRODUCT(--(MOD(ROW(D53:CY53),9)=0),--(D53:CY53>0))=0,"",AVERAGE(IF((MOD(ROW(D53:CY53),9)=0)*(D53:CY53<>0),D53:CY53)))
Anyone know what the problem is?
Thanks for the help.