Thread: Countif
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Countif

hi
countif wont do that but sumproduct will. try this......

=SUMPRODUCT((A1:A10=1)*(B1:B10=0))

adjust the ranges to fit your columns.

Regards
FSt1

"Laundone" wrote:

I have two columns and need to count if column A =1 and Column B =0