I need to reference data from one sheet to the other and the sheet name can change and the cell needs to be relative so if a line is added in the other sheet the reference is not lost.
I tried using Indirect with the name of the sheet in cell C9, which changes,
=INDIRECT("'"&$C$9&"'!"&"D23")
but if a row was added in the sheet, D23 needs to change to D24 to pull the right data but it doesn't.
I tried Concatenate but I can't get the syntax right.
Any help would be greatly appreciated, since this is the last problem I need to fix in a file they have to have asap. UUghghh
I tried using Indirect with the name of the sheet in cell C9, which changes,
=INDIRECT("'"&$C$9&"'!"&"D23")
but if a row was added in the sheet, D23 needs to change to D24 to pull the right data but it doesn't.
I tried Concatenate but I can't get the syntax right.
Any help would be greatly appreciated, since this is the last problem I need to fix in a file they have to have asap. UUghghh