Hello,
I have rows of data, the first is the Networkdays for each month.
The second row has the Days Reported from staff for each month.
In the next column I'm trying to show the difference between the Networkdays and the Days Reported.
As the spreadsheet will be filled in monthly I need a formula that will sum the Networkdays if the Days Reported is over 0.
I thought it might be easier to have the sum of the Networkdays in a seperate cell and then minus days reported total from the total in the separate cell.
So... in the seperate cell I've tried to do it as a group
I put a dummy figure of 5 under row D so I can see if the formula will work:
=SUMIF(B4:M4,B4:M4>0,B3:M3)
it comes up with 0
And I've tried it as adding/evaluating each cell individually
=SUMIF(B4,B4>0,B3)+SUMIF(C4,C4>0,C3)+SUMIF(D4,D4>0,D3)....
it comes up with 0
I've tried countif as well which didn't work either...
Any ideas??
I have rows of data, the first is the Networkdays for each month.
The second row has the Days Reported from staff for each month.
In the next column I'm trying to show the difference between the Networkdays and the Days Reported.
As the spreadsheet will be filled in monthly I need a formula that will sum the Networkdays if the Days Reported is over 0.
I thought it might be easier to have the sum of the Networkdays in a seperate cell and then minus days reported total from the total in the separate cell.
So... in the seperate cell I've tried to do it as a group
I put a dummy figure of 5 under row D so I can see if the formula will work:
=SUMIF(B4:M4,B4:M4>0,B3:M3)
it comes up with 0
And I've tried it as adding/evaluating each cell individually
=SUMIF(B4,B4>0,B3)+SUMIF(C4,C4>0,C3)+SUMIF(D4,D4>0,D3)....
it comes up with 0
I've tried countif as well which didn't work either...
Any ideas??