COUNT entire row

  • Thread starter Thread starter nws_reader
  • Start date Start date
N

nws_reader

I've searched and couldn't find an answer.
I want to use COUNT(range) where my range is the entire row or all the
columns starting at C1.

COUNT(C1:???)
 
I don't remember, there are 16384 columns I believe. Personally I think 256
columns are too many
I have never designed a sheet that comes even close in having the number of
columns of 2003.
 
It's XFD.

Maybe
=COUNT($1:$1)-COUNT(A1:B1)
to account for both scenarios.
 

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