close

I'd like to get the sum of a range of cells when two conditions from two
different columns are met.

i.e: if w3:w28=2, and X3:w28=56000, then sum of those cells that are meeting
the two previous conditions.

I have this formula: =IF(AND($W$3:$W$28=2,$X$3:$X$28=56000),SUM(R3:R28) )
which gives me the sum of all the cells from r3 to r28. I'd just want the sum
of the cell that meet the two previous conditions. Does this make sense? can
someone help?


I'm not quite sure what condition you want the cells in col X and Col W
to meet to have the corresponding cell in col r added to the sum.

Could you perhaps show a small example?--
neopolitan------------------------------------------------------------------------
neopolitan's Profile: www.excelforum.com/member.php...nfoamp;userid=611
View this thread: www.excelforum.com/showthread...hreadid=504917=sumproduct(--(w3:w28=2),--(x3:x28=56000),(r3:r28)).
The first two arguments are arrays of 1/0 (1 indicating a match, 0 a
mismatch). So the sumproduct winds up adding those elements of R where both
columns W and X match.
HTH. --Bruce

quot;Florencequot; wrote:

gt; I'd like to get the sum of a range of cells when two conditions from two
gt; different columns are met.
gt;
gt; i.e: if w3:w28=2, and X3:w28=56000, then sum of those cells that are meeting
gt; the two previous conditions.
gt;
gt; I have this formula: =IF(AND($W$3:$W$28=2,$X$3:$X$28=56000),SUM(R3:R28) )
gt; which gives me the sum of all the cells from r3 to r28. I'd just want the sum
gt; of the cell that meet the two previous conditions. Does this make sense? can
gt; someone help?

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()