my document is in column A:D.Column a is merchant id.
F Frank Kabel Jul 28, 2004 #2 Hi please stay in your original thread -----Original Message----- my document is in column A.Column a is merchant id. . Click to expand...
Hi please stay in your original thread -----Original Message----- my document is in column A.Column a is merchant id. . Click to expand...
C Chris Jul 28, 2004 #3 Hi Daniel You can use an array formula: =SUM(IF(a1:a3=00001001,IF (b1:b3=426351,d1:d4,0))) Then press ctrl+shift+enter
Hi Daniel You can use an array formula: =SUM(IF(a1:a3=00001001,IF (b1:b3=426351,d1:d4,0))) Then press ctrl+shift+enter
S Soo Cheon Jheong Jul 28, 2004 #4 Daniel, =SUMPRODUCT(--(A1:A100="00001001"),--(B1:B100=426351),--(C1:C100="cr"),D11 00) -- Regards, Soo Cheon Jheong _ _ ^¢¯^ --
Daniel, =SUMPRODUCT(--(A1:A100="00001001"),--(B1:B100=426351),--(C1:C100="cr"),D11 00) -- Regards, Soo Cheon Jheong _ _ ^¢¯^ --