hi, i am trying to reference cell references from one worksheet to another based on the value (which is the worksheet name) of another cell...
so i have four worksheets - summary, shop1, shop2 and shop3.
in summary i want to basically reference cells in each of the other worksheets.
so in summary i want to reference A1, A2, A3, B1, B2, B3 etc. in shop1, and then further down the page those same cells but in shop2 and shop3
so my cell reference would look something like this - =shop1!a1.
thats fine but i want to be able to copy down this formula to a range of cells.
and then i want to reference the same cells again in a number of cells but referencing shop2.
is there a way of doing this dynamically so that i can refer to a cell that has the worksheet name in (ie. replacing the shop1 or shop2 with a cell reference that has a value in it (something like =(cell $Z$1's value!a1). and then be able to copy this down and across so that down it would read =(cell $Z$1's value!a2), =(cell $Z$1's value!a3) etc.
good lord, if that makes any sense to anyone i would be extremely grateful - the only other solution i can see is manually changing the worksheet name on each and every cell, and there are hundreds!