Keep count of rows in Excel

  • Thread starter Thread starter Lucas
  • Start date Start date
L

Lucas

I am trying to print row count on my output regardless of
the size of the worksheet or the number of rows. Any
ideas?
 
Experiment with this; it may offer a solution. You can go
into the print setup and have it print the value of this
cell in the header or footer or whatever.

=COUNTA(A5:A8) Counts the number of nonblank cells in the
last 4 rows of the list (4)
 

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