Referencing cells in other workbooks
To refer to a cell in a different workbook, use this format:
=[WorkbookName]SheetName!CellAddress
In this case, the workbook name (in square brackets), the worksheet name, and an exclamation point precede the cell address. The following is an example of a formula that uses a cell reference in the Sheet1 worksheet in a workbook named Budget:
=[Budget.xlsx]Sheet1!A1
If the workbook name in the reference includes one or more spaces, you must enclose it (and the sheet name) in single quotation marks. For example, here’s a formula that refers to a cell on Sheet1 in a workbook named Budget For 2008:
=A1*’[Budget For 2008.xlsx]Sheet1’!A1
When a formula refers to cells in a different workbook, the other workbook doesn’t have to be open. If the workbook is closed, however, you must add the complete path to the reference so that Excel can find it. Here’s an example:
=A1*’C:\My Documents\[Budget For 2008.xlsx]Sheet1’!A1
A linked file can also reside on another system that’s accessible on your corporate network. The formula below, for example, refers to a cell in a workbook in the files directory of a computer named DataServer.
=’\\DataServer\files\[budget.xlsx]Sheet1’!$D$7
// Related Posted - GOOGLE!
Related Websites
- GPS Golf Guru 4 Precise GPS/PDA Golf Rangefinder with Multi-application capabilities User Reviews Send this to a friend GPS Golf Guru 4 Precise GPS/PDA Golf Rangefinder with Multi-application capabilities Manufacturer: GPS...
- USA - MS: Autologous Stem Cell Transplants, Visible Progress in 8 of 10 Patients Image via Wikipedia Transplanting stem cells from one’s own bone marrow (autologous stem cell transplants) improves the symptoms of muscular...
- Butterfly Hardfull Table Tennis Racket Case II (White) User Reviews Send this to a friend Butterfly Hardfull Table Tennis Racket Case II (White) Manufacturer: Butterfly Customer Rating: List...
- Excel Tip: Have Your Cell Contents = Tab Names It's time for another edition of Stupid Excel Tricks! One of my coworkers recently asked me an Excel question. He...
- Should you write your own tax software? Lazy Man and Money posted a reader's question over in the MBN Forums asking for help: Do you have an...
