Worksheet to Worksheet Information

  • Thread starter Thread starter Bundy
  • Start date Start date
B

Bundy

I would like to be able to transfer the value from the LAST used cell in a
column in one worksheet into a cell on a different worksheet..is this
possible?
Thanks
 
I should have added that the column I want the last cell from is regularly
added to...so I want the LAST cell added each time to show in a cell on the
other worksheet.
 
Something like this ..
In Sheet2,
In say, B2: =LOOKUP(2,1/(Sheet1!A1:A65535<>""),Sheet1!A1:A65535)
will return Sheet1's last data cell in colA
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:21,000 Files:365 Subscribers:65
xdemechanik
 
Yes, explaining it is harder:-
last used cell in a column in one worksheet = worksheet called BOND cell B4

Different worksheet, in the cell you want the result
=sum('BOND!B4) press enter

This works for any cell not just the last used cell.
 

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