Hello
I am working on a sheet called 03.
I need to reference/pull in information from the previous sheet called 02DelRec from cell cc523.
My formula works when I use sheet numbers that do not have a zero in front of them.
=INDIRECT(“‘”&TEXT(BX505,”00″)&”‘!cc523”)
where BX505 is the cell containing the sheet name – for example 02DelRec (does not work) or 11DelRec (works) etc
Regards