Answers for "count if text in cell"

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 if text in cell"

Browse Popular Code Answers by Language