View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Help with Countif

Try:-

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

Mike

"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.