I have two sheets, "SheetA" and "SheetB"
Is it possible in SheetB to refer to the same cell in SheetA with the same code no matter which cell in SheetB you use the code?
What I mean is in cell C4 SheetB not refer to C4 in SheetA by using
=SheetA!C4
but rather by using something like:
=SheetA!(same cell as where the code is in SheetB)
Is it possible in SheetB to refer to the same cell in SheetA with the same code no matter which cell in SheetB you use the code?
What I mean is in cell C4 SheetB not refer to C4 in SheetA by using
=SheetA!C4
but rather by using something like:
=SheetA!(same cell as where the code is in SheetB)