Dear jdellasala
Thank you for your swift reply. I only started using power query a few days ago, so I´m still figuring things out. Your bullet points 1, 2 and 5 I understood. With points 3 & 4 I´m not so sure about the mechanics of it, but maybe if I give more context of what I´m trying to do you may suggest something different.
I am doing a historical statistical analysis on the stock market, starting off with the S&P500. I´ve downloaded all 500 csv files with historical open, close, high low, volume data. Each csv file contains between 2000 and 16000 lines, depending on how far back the market data goes. I then copy this data over to an excel template for which calculates and extracts 8 values which I´m analysing. At this point I still have 500 excl files of around 4MB each, but this I don´t mind because I also like to take a closer look at each stock once I´ve identified the interesting ones. I then want to tabulate these 8 values from each file into a "Master" spreasheet where I essentially have a table of 500 rows (one for each stock in S&P500) and 8 columns. As I´m not very proficient with power query yet, a workaround I´ve found to not have to manipulate any rows or columns, is to automatically send the 8 data points to a second sheet within each of the 500 excel workbooks. I then just pull out the 1 row with 8 columns and append it to the master spreasheet, which seems to work fine. The only problem is that it´s time consuming and after the S&P I want to tackle something like the Russel 2000, and my wrist is already starting to hurt...
Some remarks on your comments:
-> I could combine more csv files into one workbook, but I would run out of lines any way, and keeping it separate seams "cleaner" to me at this stage, even if more efficient.
-> I don´t have to filter to look for files, as I want to upload all 500 files in the folder in one go, but I just want those 8 data points from each file.
Any suggestions?