Combine date from multiple Workbooks into one worksheet

D

Deb

Thanks Pete, the formula you gave for working with a workbook from sheet
to sheet hiding the data is awsome! IF works much nicer than =! Now I need
to do the same concept, but from different workbooks
into one sheet in a workbook of it's own. Is this possible?

Thanks!
 
J

Jacob Skaria

Try the below
--The other workbook should be open.
--If the workbook is not saved there is no need to have the extension .xls

Edit the workbookname and sheet name to suit..

=IF('[filename.xls]sheetname'!$A$1="","",'[filename.xls]sheetname'!$A$1)

If this post helps click Yes
 

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

Top