Hi Emilio,
I probably miss something,
But you can copy the cell A1 in sheet1
and right click in sheet2 on the cell you want
then choose paste special
and choose paste as a reference the bottom right button
now in the cell should be something like
=Sheet1!$A$1
Let me know if you needed something else
:O)Bruintje
Main Topics
Browse All Topics





by: MarkWPosted on 1999-04-14 at 02:30:07ID: 1619277
About using formulas to calculate values on other worksheets and workbooks
You can share data stored on different worksheets and workbooks by using linking, or external references. Linking is especially useful when it is not practical to keep large worksheet models together in the same workbook. Linking is not limited to links between two workbooks; you can also construct hierarchies of linked workbooks. In the following example, the AVERAGE worksheet function calculates the average value for the range B1:B10 on the worksheet named Marketing.
You can use external references to:
· Merge data from several workbooks. You can link workbooks from several users or departments and then integrate the pertinent data into a summary workbook. The original workbooks can still be changed separately from the summary workbook.
· Create different views of your data. You can enter all of your data and formulas into one or more source workbooks and then create a report workbook that contains links only to the pertinent data in the source workbooks.
· Streamline large, complex models. By breaking down a complicated model into a series of interdependent workbooks, you can work on the model without opening all of its related sheets. Smaller workbooks are easier to change, don't require as much memory, and are faster to open, save, and calculate.