Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Merge Excel files

Status
Not open for further replies.

kajal

Programmer
Joined
Jan 29, 2003
Messages
6
Location
ZA
Hi
I hope someone can help me with this.
I am trying to merge certain columns from different spreadsheets in excel into one spreadsheet.Which is the most efficient way of doing this.I'm sure there is a better method than copy pasting each time.

All suggestions are welcome
Thanks
kajal
 
By using references to the other worksheet:
use references in the workbook where you want to merge data:

=[Name.xls]Sheetname!CellAdress (e.g. =[test.xls]test!A1

Mark.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top