excel - IF Condition - Join Multiple Columns -


i need tally number of times term appears. unfortunately, terms not organized term may appear in more 1 column - can't use =if(a1="health",1,0) because health appears in multiple columns a, b, c etc.

i've tried nesting - =if(a1="health",1,if(b2="health",1,0)) - haven't had success there either.

maybe formula's wrong? or should different condition in excel , if so, which?

seems case countif. data in a1:h1:

=countif(a1:h1,"health") 

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -