B
blues_sender
Hi,
I have a small problem, and if you can help it would be great
suppose that I have 4 columns, A B C and D. (from 1 to 1000)
Now, I want E[1] (Column E, row 1) to hold the sum of D1
1000
but only to sum the rows (filter it) where A = 1 AND (b=1 or b=2) AN
c=2.
(And I want to be able to drug E down, i.e be able to do so for ever
E)
=SUMIF(A1:A1000,1,D1
1000) - Does the trick for the A column, but
want to be able to insert the conditions for B and C as well.
(i.e A = 1 AND (b=1 or b=2) AND c=2.)
any ideas?
thanks a lo
I have a small problem, and if you can help it would be great
suppose that I have 4 columns, A B C and D. (from 1 to 1000)
Now, I want E[1] (Column E, row 1) to hold the sum of D1
but only to sum the rows (filter it) where A = 1 AND (b=1 or b=2) AN
c=2.
(And I want to be able to drug E down, i.e be able to do so for ever
E)
=SUMIF(A1:A1000,1,D1
want to be able to insert the conditions for B and C as well.
(i.e A = 1 AND (b=1 or b=2) AND c=2.)
any ideas?
thanks a lo