I want to control the file and sheet name of a reference in a cell formula with indirect or something equivalent but have the rest of the reference be relative and possible to copy to other cells, how can I achieve this?
I'm looking for something like this:
=A1*varFileName&varSheetName&A1
that I can copy downwards with relative references like:
=A1*varFileName&varSheetName&A1
=B1*varFileName&varSheetName&B1
=C1*varFileName&varSheetName&C1
Where I would want the second factor to refer to A1, B1 and C1 in the other sheet
Bookmarks