Hi!
I'm trying to find out if there is a way to automatically create .txt files containing values which are in an Excel sheet, but also create a new .txt file each time a certain values changes (in the case, the date).
The below image shows the data that exists in the sheet:
I need the values in column B to be saved into .txt files like this, with the filename derived from column C:
The values must be grouped together by date (column A).
The text files must use the preset header, and contain the applicable data below it.
Is there a way to automatically generate and save these text files? Currently I'm having to copy and paste the values over, but this is going to be extremely time consuming in the long run.
Hopefully I've explained this well enough.
Many thanks for any help you can provide.
I'm trying to find out if there is a way to automatically create .txt files containing values which are in an Excel sheet, but also create a new .txt file each time a certain values changes (in the case, the date).
The below image shows the data that exists in the sheet:
I need the values in column B to be saved into .txt files like this, with the filename derived from column C:
The values must be grouped together by date (column A).
The text files must use the preset header, and contain the applicable data below it.
Is there a way to automatically generate and save these text files? Currently I'm having to copy and paste the values over, but this is going to be extremely time consuming in the long run.
Hopefully I've explained this well enough.
Many thanks for any help you can provide.