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
Post a Comment