finding the last row in another worksheet

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

Guest

I have an extremely volatile worksheet - membership names, addresses and
other data. I need to keep statistics on numbers of criteria. Since I am
always adding and deleting rows, my statistics ranges have to be updated
manually. They are on a separate page. Is there any way to find the end of
the sheet so I don't have to constantly change my statistics ranges?

Thank youl.
 
Yes,
you can go to that sheet and press Ctrl+End
That will take you to the last used cell in that sheet
Ciao
 
Use a dynamic named range. On the other sheet add a name,
Insert>Name>Define... of

=OFFSET($A$1,,,COUNTA($A:$A),1)

and then use it on the first sheet

=SUM(myRange)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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