G
Gadget
I would like to use the same name to refer to the same set of cells on
different worksheets:
SheetTitle=$A$1
but when I try this it reverts to
SheetTitle=Sheet1!$A$1
Any ideas how to do it?
I could use =IF(,,,) if I knew how to look up the currently active sheet;
=IF(SheetName="Sheet1",TRUE,FALSE)
Any ideas how to reference the name of the sheet?
different worksheets:
SheetTitle=$A$1
but when I try this it reverts to
SheetTitle=Sheet1!$A$1
Any ideas how to do it?
I could use =IF(,,,) if I knew how to look up the currently active sheet;
=IF(SheetName="Sheet1",TRUE,FALSE)
Any ideas how to reference the name of the sheet?