Thread: [Solved] Multiple criteria in SUMIF?
View Single Post
 
Old 02-16-2006, 06:55 AM
pumpkin head pumpkin head is offline
Novice
 
Join Date: Feb 2006
Posts: 1
pumpkin head
Default Multiple criteria in SUMIF?

Hi, I'm after some help regarding SUMIF.

Basically I want to add up all of the numbers in column O that have a 100 in column A, and a 6 in column D.

I can do this separately like so:

SUMIF(A:A,100,O:O)

and

SUMIF(D: D,6,O:O)

but that doesn't help me, because I want to filter out any row which doesn't have a 100 in A and a 6 in D.

Any help would be appreciated.

PH.
Reply With Quote