I have created a shared drive folder that contains 22 .xls files I have saved down over the past month (we get one of these files emailed to us every working day). Basically, I would like to input each of these files and take certain information from them and create one single table as an output. Each of the source files will have the data presented in the same exact format, which is in table form. For an example, each file will have something like this: Number of employees in X Number of employees out Y Number of deals Z I want the end result to look like this: Date Number of Employees in Number of Employees Out Number of Deals August 2 X Y Z But of course I want the rest of the data included as well for the remaining 21 days. What would be the best approach to solve this problem?