excel - CountIF with multipe variables -


im trying write formula in excel count number of rows "yes" in column j if column has entries "bjj" or "kb".

this have tried far, doesnt work:

countif(or(i1:i100,"bjj",i1:i100,"kb")),j1:j100="yes"

=sum(countifs(j1:j100,"yes",i1:i100,{"bjj","kb"}))

regards


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -