Thread
:
Countif
View Single Post
#
3
Posted to microsoft.public.excel.misc
FSt1
external usenet poster
Posts: 3,942
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
Reply With Quote
FSt1
View Public Profile
Find all posts by FSt1