countif question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

trynig to count a range of cells if they start with a number,
the cells being counting countain data that will appear the following
format: #""## (1a14, 2a12, 3b14) when I used the count function I received
an error. How can I countif the cell begins with a number?

Thank You,
Brian
 
Hi
try the following formula
=SUMPRODUCT(--(ISNUMBER(-LEFT(A1:A100,1))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top