How do I reference the last row and selected cell/s?

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

Guest

I have data in a dynamic database and require the total amount of
selected cell(s) on the last row to be displayed on another sheet.
 
I'm not sure if this is exactly what you want but here goes anyway...

If your database runs from say A1 to Z10000 with headings in row A

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

will return the value in the last row of column A whichever row it i
in. The same can be done for the other column
 

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