I am making a runners log in Excel10. Column names are Mon:Fri B1:H1 and Sum I1.
I want to average the weeks (the sum column), but only for the weeks that have passed meaning each day for that week has a number entered (zero included). So I have
Rows underneath I1: =SUM(B2:H2) =SUM(B3:H3) etc... =SUM(B14:I14)
The most recent function I tried was =AVERAGE(IF(B2:H14<>0,I2:I14,FALSE))
This clearly didn't work and was averaging weeks prematurely. Thanks for your time and help.
I want to average the weeks (the sum column), but only for the weeks that have passed meaning each day for that week has a number entered (zero included). So I have
Rows underneath I1: =SUM(B2:H2) =SUM(B3:H3) etc... =SUM(B14:I14)
The most recent function I tried was =AVERAGE(IF(B2:H14<>0,I2:I14,FALSE))
This clearly didn't work and was averaging weeks prematurely. Thanks for your time and help.