whiteknight
New Member
- Joined
- Mar 9, 2021
- Messages
- 5
- Office Version
- 2016
- Platform
- Windows
I have several Excel files that are identification cards for suppliers (an Excel file for each supplier) and I want to retrieve the data for all suppliers in one Excel file using the Vlookup equation
For example
=VLOOKUP(B1,'E:\New folder\1\[supplier1.xlsx]Sheet1'!B:C,2,FALSE)
I want the file name to be changed automatically based on the name of the supplier, supplier1, based on the “a2” field.
For example
=VLOOKUP(B1,'E:\New folder\1\[supplier1.xlsx]Sheet1'!B:C,2,FALSE)
I want the file name to be changed automatically based on the name of the supplier, supplier1, based on the “a2” field.