G guycummins Jun 10, 2008 #1 Is there a way to count the number of apples in column D that also have green in column D?
P PCLIVE Jun 10, 2008 #2 Try this: =SUMPRODUCT(--(C5:C8="apples"),--(D58="green")) Does that help? Paul
D Domenic Jun 10, 2008 #3 Try... =SUMPRODUCT(--($C$5:$C$8="Apples"),--($D$5:$D$8="Green")) Hope this helps!
G guycummins Jun 10, 2008 #5 It was a typo Dave, thanks. Dave said: Hi, Is the 2 mentions of column D a typo, or intended? Dave. Click to expand...
It was a typo Dave, thanks. Dave said: Hi, Is the 2 mentions of column D a typo, or intended? Dave. Click to expand...