ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Countif Criteria Reference Cell (https://www.excelbanter.com/excel-worksheet-functions/234370-countif-criteria-reference-cell.html)

StephonM

Countif Criteria Reference Cell
 
How can I use Countif to allow me to reference a cell that contains the area
codes of phone numbers to be counted? Below is my feble attempt:

=COUNTIF(Contacts!H3:H229,C4&"*")

where, C4 is the cell that contains the area codes to be searched. The "*"
must be employed, as the area code is only the beginning 3 digits of the 10
digit numbers in the given range.

T. Valko

Countif Criteria Reference Cell
 
What format are the phone numbers in?

(123) 123-1234
123-123-1234
123 - 123 - 1234
1231231234

Do any of the area codes start with leading 0s?

--
Biff
Microsoft Excel MVP


"StephonM" wrote in message
...
How can I use Countif to allow me to reference a cell that contains the
area
codes of phone numbers to be counted? Below is my feble attempt:

=COUNTIF(Contacts!H3:H229,C4&"*")

where, C4 is the cell that contains the area codes to be searched. The "*"
must be employed, as the area code is only the beginning 3 digits of the
10
digit numbers in the given range.




StephonM

Countif Criteria Reference Cell
 
They are in the following format:

212 555 8888

"T. Valko" wrote:

What format are the phone numbers in?

(123) 123-1234
123-123-1234
123 - 123 - 1234
1231231234

Do any of the area codes start with leading 0s?

--
Biff
Microsoft Excel MVP


"StephonM" wrote in message
...
How can I use Countif to allow me to reference a cell that contains the
area
codes of phone numbers to be counted? Below is my feble attempt:

=COUNTIF(Contacts!H3:H229,C4&"*")

where, C4 is the cell that contains the area codes to be searched. The "*"
must be employed, as the area code is only the beginning 3 digits of the
10
digit numbers in the given range.





T. Valko

Countif Criteria Reference Cell
 
Try it like this:

=SUMPRODUCT(--(LEFT(Contacts!H3:H229,3)=C4&""))

--
Biff
Microsoft Excel MVP


"StephonM" wrote in message
...
They are in the following format:

212 555 8888

"T. Valko" wrote:

What format are the phone numbers in?

(123) 123-1234
123-123-1234
123 - 123 - 1234
1231231234

Do any of the area codes start with leading 0s?

--
Biff
Microsoft Excel MVP


"StephonM" wrote in message
...
How can I use Countif to allow me to reference a cell that contains the
area
codes of phone numbers to be counted? Below is my feble attempt:

=COUNTIF(Contacts!H3:H229,C4&"*")

where, C4 is the cell that contains the area codes to be searched. The
"*"
must be employed, as the area code is only the beginning 3 digits of
the
10
digit numbers in the given range.








All times are GMT +1. The time now is 02:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com