lookup ??

  • Thread starter Thread starter kennyken
  • Start date Start date
K

kennyken

Hi

I have a column of data which is added to on a daily basis . In anothe
part of the workbook I have a summary sheet . What I would like t
happen is for the last entry in this column to be updated on th
summary sheet . eg each time the user enters a new bit of data onto th
bottom of the column the last entry is what is seen on the summar
sheet

Thank
 
Hi
if you don't have blank lines in between you could use
something like
=OFFSET('sheet1'!$A$1,COUNTA('sheet'!A:A)-1,0)
 

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