Answers for "count how many cells contain specific text"

3

excel count number of cells not containing specific text

=COUNTIF(B2:B18,"<>*txt*")
this will give you a count of the number of cells that do not contain "txt"
Posted by: Guest on September-11-2021

Code answers related to "count how many cells contain specific text"

Browse Popular Code Answers by Language