I need a means (in an excel formula) to count the number of "visible" cells which have "aka" or "a/k/a" (i.e., also known as) in the address. I currently have the formula of: ="AKA records = "&COUNTIF(E5:E5004,"*aka*")+COUNTIF(E5:E5004,"*a/k/a*"). The result shows ALL records with that text, NOT just the visible ones. I need to count "aka", etc. in JUST the visible cells.