B
Bruce D.
Hi all,
I need help on a formula. I have a cell Z3 which is YTD. It calcuates the
average from cells A3:Y3 (months of the year). So far so good. The cells
A3:Y3 contain average totals from the 4 weeks of the month. So cell Z3 is
calcuating all of the monthly averages which is working ok. The problem is if
I have not entered any weekly data for the future months I am getting the
#DIV/0 error and the YTD Z3 cell will not calcuate. I have tried using the
help solutions. But it looks like I can't use their solution because I am
using a range of cells. This is what I attempted:
=IF(A3:Y3="#DIV/0","",AVERAGE (A3:Y3)). I then get a value error.
Any ideas?? Any information is greatly appreciated!!!!!
I need help on a formula. I have a cell Z3 which is YTD. It calcuates the
average from cells A3:Y3 (months of the year). So far so good. The cells
A3:Y3 contain average totals from the 4 weeks of the month. So cell Z3 is
calcuating all of the monthly averages which is working ok. The problem is if
I have not entered any weekly data for the future months I am getting the
#DIV/0 error and the YTD Z3 cell will not calcuate. I have tried using the
help solutions. But it looks like I can't use their solution because I am
using a range of cells. This is what I attempted:
=IF(A3:Y3="#DIV/0","",AVERAGE (A3:Y3)). I then get a value error.
Any ideas?? Any information is greatly appreciated!!!!!