I'm using this formula:
=COUNTIFS($F$8:$F$10000,"News",$A$8:$A$10000,"Sports")
I would like to replace "News" and also "Sports" with wildcards meaning as long as there is some value in F and A, it will add to the count. If the cell is empty/has no value, it won't add to the count. Note there will always be a value in A. Once I have this portion resolved, I'll have a follow up question.
Thanks in advance.
=COUNTIFS($F$8:$F$10000,"News",$A$8:$A$10000,"Sports")
I would like to replace "News" and also "Sports" with wildcards meaning as long as there is some value in F and A, it will add to the count. If the cell is empty/has no value, it won't add to the count. Note there will always be a value in A. Once I have this portion resolved, I'll have a follow up question.
Thanks in advance.