go to a cell in another worksheet and click on it to complete the formula (and
hit enter).
Excel will help and you'll end up with something like:
=Sheet2!G17
If G17 is blank, you should see a 0. You can hide that by:
=if(sheet2!g17="","",sheet2!g17)
You can use the same technique between worksheets in different workbooks, too.
Watch what happens to the formula when you close the "sending" workbook.
To link cell A1 in sheet1 with cell J10 in sheet2, enter this in sheet1:
A1: ='Sheet2'!J10
the single quotes are only necessary if the sheet has a space in the
name.
The easiest way to do this is to type an = sign in the cell you want to
contain the reference, then navigate to the sheet and cell to be
referenced and select it. Type Enter. XL will take care of the rest.
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.