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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -