excel - Countifs and Partial Matching -


here code partially working{=if(cg!d:d="*"&homeports!b16:b42&"*"<>0,countifs(cg!c:c,"*marmc*",cg!h:h,"*tech*"),0)}

my result should count cells contain marmc , tech, count them if columns cg!d:d , homeports!b16:b42 match.... partially. example: cell in column cg!d:d has word **uss new york (lpd)** while cell in column homeports!b16:b42 has word **uss new york**

without adding numerous countifs(cg!c:c,"<>*whatever*) exclude cells words don't want count.


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? -

java - How to implement an entity bound odata action in olingo v4.3 -