B
Blake
I have the following formula in a table:
{=AVERAGE(IF(MOD(ROW(E16:E4994)-ROW(E16),
7)=0,IF(E16:E4994>0,E16:E4994)))}
It returns the average of every 7th row in a range in column E. In
column C I have the day of the week. I enter data daily going down.
Is there a way to return the average of every 7th row for Monday's
only? Or Tuesday? Etc.
Thanks
{=AVERAGE(IF(MOD(ROW(E16:E4994)-ROW(E16),
7)=0,IF(E16:E4994>0,E16:E4994)))}
It returns the average of every 7th row in a range in column E. In
column C I have the day of the week. I enter data daily going down.
Is there a way to return the average of every 7th row for Monday's
only? Or Tuesday? Etc.
Thanks