Well what I did now was was move the Quarterly Average cells so they are in a column. I have the formula =IF(COUNT(C7:G9),AVERAGE(C7:G9),0) in the cell. So here is the problem. I have a master workbook that has a master worksheet, plus 16 other worksheets (which this formula is on) then transfers onto the master worksheet. On the worksheet that contains this formula I also have serveral cells that update data from another workbook. If there is nothing in the cell on the other workbook, it produces a 0, but this is a problem cause the formula on the master workbook master worksheet (the formula you helped me create) it updates those 0's. Now if I put in a 0 into the cell on the 2nd worksheet and the 2nd workbook I do need it to update then on the master workbook master worksheet.