Hiya,
Working in XL 2K3 I've got a set of tables like this:
Task M T W T F Total
Job1 1 0 0 0 0 1
Job2 0 1 3 0 0 4
Job3 0 0 1 2 3 6
Job4 6 1 0 3 0 10
Job5 0 5 3 2 4 14
Total 7 7 7 7 7 35
Task M T W T F Total
Job1 0 0 0 0 3 3
Job2 0 1 3 0 0 4
Job3 1 0 1 2 0 4
Job4 6 1 0 3 0 10
Job5 0 5 3 2 4 14
Total 7 7 7 7 7 35
etc...
I'm trying to use SUMIF to add up the individual "Task" totals, like this:
={SUMIF(A:A,"Job1",G:G)}, repeated for Job2, Job3, etc. So in this example, I want the formula to return "4", as there are 2 Totals for Job1 of 1 and 3, and ={SUMIF(A:A,"Job2",G:G)} should be 8.
But the formula returns zero! What is wrong?
Chris
Someday I'll know what I'm donig...damn!
Working in XL 2K3 I've got a set of tables like this:
Task M T W T F Total
Job1 1 0 0 0 0 1
Job2 0 1 3 0 0 4
Job3 0 0 1 2 3 6
Job4 6 1 0 3 0 10
Job5 0 5 3 2 4 14
Total 7 7 7 7 7 35
Task M T W T F Total
Job1 0 0 0 0 3 3
Job2 0 1 3 0 0 4
Job3 1 0 1 2 0 4
Job4 6 1 0 3 0 10
Job5 0 5 3 2 4 14
Total 7 7 7 7 7 35
etc...
I'm trying to use SUMIF to add up the individual "Task" totals, like this:
={SUMIF(A:A,"Job1",G:G)}, repeated for Job2, Job3, etc. So in this example, I want the formula to return "4", as there are 2 Totals for Job1 of 1 and 3, and ={SUMIF(A:A,"Job2",G:G)} should be 8.
But the formula returns zero! What is wrong?
Chris
Someday I'll know what I'm donig...damn!