B
ben_horlock
Hi guy's and gals, your help would be appreciated.
Description of sheet>
Data collected across sheet in columns, twice daily.
Column header is date but also have a row listing the week number.
Row's filled with data, although some are left blank due to missing
data.
What I'm trying to achieve>
I am trying to get an average for a week number but only wish to
include the numbers that have been entered (not average all including
the blank cells).
What I have tried>
{=AVERAGE(IF(AND(E3:IV3=49,E29:IV29>0),E29:IV29,FALSE),E29:IV29)}
E3:IV3 is the range that contains the week numbers for each day.
E29:IV29 is the range containing the data I am trying to average.
I appologise if this is poorly worded. It's my first post so be
gentle.
Thanks for your help.
Description of sheet>
Data collected across sheet in columns, twice daily.
Column header is date but also have a row listing the week number.
Row's filled with data, although some are left blank due to missing
data.
What I'm trying to achieve>
I am trying to get an average for a week number but only wish to
include the numbers that have been entered (not average all including
the blank cells).
What I have tried>
{=AVERAGE(IF(AND(E3:IV3=49,E29:IV29>0),E29:IV29,FALSE),E29:IV29)}
E3:IV3 is the range that contains the week numbers for each day.
E29:IV29 is the range containing the data I am trying to average.
I appologise if this is poorly worded. It's my first post so be
gentle.
Thanks for your help.