I have a folder containing a 1200 workbooks filled with data and use a single workbook in another directory to reference specific sheets and cells. I know I need to have a placeholder for every file referenced but is their an easy way to setup one reference and then drag the cell down rather than changing every single reference for all 1200?
Here's how I have it setup currently:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Name[/TD]
[TD]Sales[/TD]
[TD]Code[/TD]
[TD]Tote[/TD]
[/TR]
[TR]
[TD]1212[/TD]
[TD]Scott[/TD]
[TD]$550[/TD]
[TD]ABCD[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]55[/TD]
[TD]Stacy[/TD]
[TD]$390[/TD]
[TD]GDDC[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]199[/TD]
[TD]Tina[/TD]
[TD]$450[/TD]
[TD]DDDF[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
In cell B2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Prelim'!$H$5
In cell C2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Prelim'!$H$9
In cell D2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Recap'!$E$5
In cell E2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Total'!$K$5
Currently I have to manually change the store referenced as 1212.XLSM in each line. Is it possible to simplify this without doing everything manually?
Thanks for any help!
Here's how I have it setup currently:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Store[/TD]
[TD]Name[/TD]
[TD]Sales[/TD]
[TD]Code[/TD]
[TD]Tote[/TD]
[/TR]
[TR]
[TD]1212[/TD]
[TD]Scott[/TD]
[TD]$550[/TD]
[TD]ABCD[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]55[/TD]
[TD]Stacy[/TD]
[TD]$390[/TD]
[TD]GDDC[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]199[/TD]
[TD]Tina[/TD]
[TD]$450[/TD]
[TD]DDDF[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
In cell B2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Prelim'!$H$5
In cell C2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Prelim'!$H$9
In cell D2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Recap'!$E$5
In cell E2 I have the code ='O:\Archive\2019\Jan\[1212.XLSM]Total'!$K$5
Currently I have to manually change the store referenced as 1212.XLSM in each line. Is it possible to simplify this without doing everything manually?
Thanks for any help!