Hello wizards!
I have a lot of .csv files in a directory and I'd like to combine the values from those into one file.
The filenames have a value (second 6-digit number) that I'd like to use as a header in the main file along with the date they were created on (it's also the first 6-digit number on the filename in format MMDDYY).
Example below:
The files have two numbers separated with a comma in A1.
Example below:
I'd like to fetch the data from these .csv files into one so that the values are divided into two fields using the second 6-digit number from the filename (e.g. 509209) and the date as headers.
Example below:
Is this even possible?
Thank you for your time
I have a lot of .csv files in a directory and I'd like to combine the values from those into one file.
The filenames have a value (second 6-digit number) that I'd like to use as a header in the main file along with the date they were created on (it's also the first 6-digit number on the filename in format MMDDYY).
Example below:
The files have two numbers separated with a comma in A1.
Example below:
I'd like to fetch the data from these .csv files into one so that the values are divided into two fields using the second 6-digit number from the filename (e.g. 509209) and the date as headers.
Example below:
Is this even possible?
Thank you for your time