I'm doing a COUNTIF for various keywords in multiple non-adjacent columns. So right now, this is what I have:
=COUNTIF(Sheet2!A:A,"Blank")+COUNTIF(Sheet2!F:F,"Blank")+COUNTIF(Sheet2!K:K,"Blank")+COUNTIF(Sheet2!P:P,"Blank")+COUNTIF(Sheet2!U:U,"Blank")+COUNTIF(Sheet2!Z:Z,"Blank")+COUNTIF(Sheet2!AE:AE,"Blank")
The problem is that I'm be gonna be doing the formula almost a hundred different times, with the "Blank" representing a different keyword in each one. Is there some way to streamline this so I only have to change the blank once for each one?
Bookmarks