How do I count the number of rows in a table?

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

Guest

It's simple: How do I write a formula which will give me the TOTAL NUMBER OF
ROWS in any given spreadsheet? Why should this prove so difficult? Why
wouldn't ROWS be the proper function? Why am I so stupid (or is it Excel
that's stupid)? HELP!
 
sirarthur8 said:
It's simple: How do I write a formula which will give me the TOTAL NUMBER OF
ROWS in any given spreadsheet? Why should this prove so difficult? Why
wouldn't ROWS be the proper function? Why am I so stupid (or is it Excel
that's stupid)? HELP!

So is this an Excel question or an Access question? In Acess, if it's
an attached table, it's easy. You just create a count on some field in
the spreadsheet. In Excel you just use the Count function.
=Count(RangeName)

In Access, use a summary query and do pretty much the same thing.
 

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