Combine date from multiple Workbooks into one worksheet

  • Thread starter Thread starter Deb
  • Start date Start date
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!
 
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
 
Back
Top