I'm using the formula:
=IF(COUNT(Sheet2!C3:C9)=0,"",AVERAGE(Sheet2!C3:C9))
when I drag it down to copy in the columns below it gives me:
=IF(COUNT(Sheet2!C4:C10)=0,"",AVERAGE(Sheet2!C4:C10))
but I would like it to be:
=IF(COUNT(Sheet2!C10:C16)=0,"",AVERAGE(Sheet2!C10:C16))
Any advice on how I can make it automatically select the next set of 7 columns?
=IF(COUNT(Sheet2!C3:C9)=0,"",AVERAGE(Sheet2!C3:C9))
when I drag it down to copy in the columns below it gives me:
=IF(COUNT(Sheet2!C4:C10)=0,"",AVERAGE(Sheet2!C4:C10))
but I would like it to be:
=IF(COUNT(Sheet2!C10:C16)=0,"",AVERAGE(Sheet2!C10:C16))
Any advice on how I can make it automatically select the next set of 7 columns?