I am trying to count all cells that contain this exact string somewhere in the cell "(w)"
The formula below shows 1 when there are none found
How can I make it show 0 if none are found?
COUNTA(FILTER(D2:D55, REGEXMATCH(D2:D55, "(w)")))
I am trying to count all cells that contain this exact string somewhere in the cell "(w)"
The formula below shows 1 when there are none found
How can I make it show 0 if none are found?
COUNTA(FILTER(D2:D55, REGEXMATCH(D2:D55, "(w)")))