add formulas to complete the table of hours used. in cell B17, create a nested formula with the IF and SUM functions that check if the total number of hours worked in week 1 (cells B9:F9) is equal to 0. if it is, the cell should display the total number of hours worked in week 1. copy the formula from cell B17 to fill the range B18:B20
=IF(SUM(B9:F9) = 0, SUM(B9:F9), "")
I suspect that there is something missing in the question.. It
says if week1 total hours are 0, then display week1's total hours..
which means, the result will be 0 only.. It also do not tell what
should be the value, when total hours are not 0.
please clarify the question further in comments if you are not
satisfied with the answer.. HOwever, I have showed how you can
write the answer, so it certainly will help you in amend the answer
as per your need.
Get Answers For Free
Most questions answered within 1 hours.