View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Help with Countif

=SUMPRODUCT(--(A1:A10)="Red"),--(B1:B10="Open"))

"Qaspec" wrote:

I am trying to count the number of times red shows up in my list of data if
red is "open"

ColumnA ColumnB
Color Type

Red Open
Red Closed
Blue Open
Green Closed
Red Open

According to this list the answer should be 2. Thanks for your help.