I've got a workbook that tracks all transactions for each customer of ours - there's a separate sheet within the book for each customer. Column A is strictly dates, and has a date entry for each transaction. I need to compile a list of dates of the last transaction for each customer, in a separate workbook. Is there a formula I can use that will scan column A from workbook A and take the data in the last cell with data and copy it to workbook B? It would be something like:
=('C:\customers\[transactions.xls]Smith'!Axx)
where the xx would be dynamic, in that it would update each time the workbook is opened, and would be "pastable" so that a different customer (i.e. Jones instead of Smith) would give different data.
Thanks!
Chris
=('C:\customers\[transactions.xls]Smith'!Axx)
where the xx would be dynamic, in that it would update each time the workbook is opened, and would be "pastable" so that a different customer (i.e. Jones instead of Smith) would give different data.
Thanks!
Chris