Referencing a cell to another worksheet

  • Thread starter Thread starter neostar77
  • Start date Start date
N

neostar77

I need to reference a cell from File 1, Worksheet 1 to File 2, Worksheet 1.

That means, I need the same text or data in both worksheets.

How do I go about doing that?
 
Hi

You need to specify the Drive, Path, Filename, Sheet name and cell location
e.g.

='C:\Data\['MyFile.xls]Sheet1'!$A$1

The source file does not need to be open, for the information to be read.
The easiest way of creating the link originally, however, and to save typing
mistakes is to have the Source file and Destination file both open.
On the Destination sheet, select the destination cell, type = then navigate
the Source workbook and source cell then press Enter.
The correct formula will be inserted in the destination 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