Creating multiple links between worksheets within a single workboo

C

castateemployee

I need to link specific cells in one worksheet to other entire worksheets
within a single workbook. Is that even possible? Thank you.
 
J

JBeaucaire

Just add a reference to the sheet along with the cell reference wanted.

=Sheet1!A2

Place that formula in a cell on Sheet2 and the value from sheet1 wil
appear
 
Top