Excel headers

K

Karissa

I am trying to get a header in excel to reference to a cell in a different
sheet. Is that possible? Thanks!
 
I

ilia

I am trying to get a header in excel to reference to a cell in a different
sheet. Is that possible? Thanks!

Supposing the cell on a different sheet is A1 and the different sheet
itself is called Sheet2, use this formula:

='Sheet2'!A1
 
Top