I am trying to calculate the total hours for weekend and weekday separately and am having trouble calculating the weekend hours. Please look at columns BQ and BR.
Thank you to anybody who can help me please!
Sudha
I have changed your WKEND HRS formula to
=SUM(SUMIFS($A$6:$BK$6,$A$4:$BK$4,{7,1}))
and your WKEND AVG formula to
=AVERAGE(AVERAGEIFS(A6:BK6,$A$4:$BK$4,{7,1}))
I have changed your WKEND HRS formula to
=SUM(SUMIFS($A$6:$BK$6,$A$4:$BK$4,{7,1}))
and your WKEND AVG formula to
=AVERAGE(AVERAGEIFS(A6:BK6,$A$4:$BK$4,{7,1}))