I have the following cells
A1: ="'\\TBGSCOTLAND\Projects\00 Master Files\_ECRs\ECR-G-"
A2: =".xlsx'!"
A6: 3002
C1: cell_ECR_Priority
C6: =$A$1&$A6&$B$1&C$1
C1 to AY contain their own cell names like above
A6 to A1000 contain their own numbers
It was done this way so that C6 could be dragged to put the formula into C6:AY1000
When C6 is evaluated it becomes...
'\\TBGSCOTLAND\Projects\00 Master Files\_ECRs\ECR-G-3002.xlsx'!cell_ECR_Priority
...but it does not link to the cell in that address.
whats the best way of doing this?
A1: ="'\\TBGSCOTLAND\Projects\00 Master Files\_ECRs\ECR-G-"
A2: =".xlsx'!"
A6: 3002
C1: cell_ECR_Priority
C6: =$A$1&$A6&$B$1&C$1
C1 to AY contain their own cell names like above
A6 to A1000 contain their own numbers
It was done this way so that C6 could be dragged to put the formula into C6:AY1000
When C6 is evaluated it becomes...
'\\TBGSCOTLAND\Projects\00 Master Files\_ECRs\ECR-G-3002.xlsx'!cell_ECR_Priority
...but it does not link to the cell in that address.
whats the best way of doing this?