C
Colin
I am creating an Excel spreadsheet that has three
columns. The first column shows the persons name. The
second column shows forecasted hours. The third column
shows actual hours.
What I am trying to do is to add up all the forecasted
hours throughout the year (there are 12 forecasted & 12
actual hrs columns, each months actuals hours column
comes right after that months forecasted column) But only
if there arent any actual hours in the actual hour
column.
Here is a formula that I tried using, but does not work.
=SUM(G4)+SUMIF(H4,"",H4)
Cell G4 is the forecasted hours for the person, H4 is the
actual hours cell. So I want to add up G4 if there is no
H4.
Thanks in advance for your help!
columns. The first column shows the persons name. The
second column shows forecasted hours. The third column
shows actual hours.
What I am trying to do is to add up all the forecasted
hours throughout the year (there are 12 forecasted & 12
actual hrs columns, each months actuals hours column
comes right after that months forecasted column) But only
if there arent any actual hours in the actual hour
column.
Here is a formula that I tried using, but does not work.
=SUM(G4)+SUMIF(H4,"",H4)
Cell G4 is the forecasted hours for the person, H4 is the
actual hours cell. So I want to add up G4 if there is no
H4.
Thanks in advance for your help!