calculating cells with data

  • Thread starter Thread starter SRN
  • Start date Start date
S

SRN

What is the formula to calculate total number of cells in row with
alphanumeric data in it?

Thanks

SRN
 
What is the formula to calculate total number of cells in row with
alphanumeric data in it?

And if there's the possibility of formula returned blanks: "" within the
range, and pure white spaces: " " which are to be excluded from the count,
you could use something like this:
=SUMPRODUCT(--(TRIM(A2:A10)<>""))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,500 Files:362 Subscribers:62
xdemechanik
---
 

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

Back
Top