V
viveleroi0
I have a column with a thousand phone numbers, but I want to count ho
many contain a certain area code.
This works if the column is just the area code:
=COUNT(CALLER_NUM, "202")
but I need something like:
=COUNT(CALLER_NUM, "202*")
something that tells excel to ignor any character after the *
many contain a certain area code.
This works if the column is just the area code:
=COUNT(CALLER_NUM, "202")
but I need something like:
=COUNT(CALLER_NUM, "202*")
something that tells excel to ignor any character after the *