Hiya,
Cell A1 = 52010
Cell A2 = Euro
Cell A3 = United Kingdom
i need to have the following formula in cell A4 =sum('U-52010-E'!A1:A100)
Cells A1 to A3 change automatically how can i make sure that the formula in A4 changes to calculate accordingly? I have tried this but it doesnt seems to work
=left(A3,1)&-A1&-&left(A2,1)&'!A1:A100
any directions?