Hello everyone,
I am a new user and this probably is a basic question.
I have 6 excel files, each having only one worksheet but the headers in all these worksheets are different except for the column "Project Number". I would like to start with file 1 with the column project number and look up values (I use function vlookup in excel ) from the other 5 files that matches to the project number listed in the file 1. For example: File 1 has the project number 12345, file 2 has a department id A123 for the project 12345, file 3 has an amount spent $500 for the project 12345 an so on. The output I am looking for is as below in one excel file
Project 12345
Department id A123
Amount Spent $500
Thank you very much for your assistance on this!