L Lucas Nov 2, 2003 #1 I am trying to print row count on my output regardless of the size of the worksheet or the number of rows. Any ideas?
I am trying to print row count on my output regardless of the size of the worksheet or the number of rows. Any ideas?
J james Nov 2, 2003 #2 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)
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)