Sobrien9900
New Member
- Joined
- May 11, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello,
I am creating a tool that will verify some barcodes that we print from a .csv file. The tool works by comparing a barcode scan to the actual .csv file. Using an xlookup, I can put a fixed reference to the sheet with the .csv data. However, the .csv files are saved in a network file. I need a way to create a dynamic reference to the sheets in the folder on the network drive. The dynamic reference source would be in a fixed cell on the comparison tool sheet.
Cell in main sheet = concat of PN/LN
in this case = 701350233785
='S:\Manufacturing\Filling - Packaging\Filling\[701350233785.xlsx]701350233785'!F6
So, if I scan a new PN/LN 701255087568 in the main sheet reference cell, the references change to
='S:\Manufacturing\Filling - Packaging\Filling\[701255087568.xlsx]701255087568'!F6
Is there a way to accomplish this? The workbooks with the .csv will be closed, not open.
Thank you
I am creating a tool that will verify some barcodes that we print from a .csv file. The tool works by comparing a barcode scan to the actual .csv file. Using an xlookup, I can put a fixed reference to the sheet with the .csv data. However, the .csv files are saved in a network file. I need a way to create a dynamic reference to the sheets in the folder on the network drive. The dynamic reference source would be in a fixed cell on the comparison tool sheet.
Cell in main sheet = concat of PN/LN
in this case = 701350233785
='S:\Manufacturing\Filling - Packaging\Filling\[701350233785.xlsx]701350233785'!F6
So, if I scan a new PN/LN 701255087568 in the main sheet reference cell, the references change to
='S:\Manufacturing\Filling - Packaging\Filling\[701255087568.xlsx]701255087568'!F6
Is there a way to accomplish this? The workbooks with the .csv will be closed, not open.
Thank you