I need to tally the number of times a term appears. Unfortunately, the terms were not well organized so a term may appear in more than one column - so I can\'t use just
Seems a case for COUNTIF. Say your data is in A1:H1:
=COUNTIF(A1:H1,"HEALTH")