Countif 2 conditions are meet and array

C

Cameron

Hello,

I am trying to count the number of occurrences in a table
of data that 2 conditions in the same row are meet. I
have been trying to use this function "=COUNTIF(AND
($B$2:$B$10000<100,$D$2:$D$10000="no date"))"

Any help is appreciated.

Cameron
 
F

Frank Kabel

Hi Duane
small typo (missing bracket): :))
=sumproduct(($B$2:$B$10000<100)*($D$2:$D$10000="no date"))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top