Hi Everyone,

I have a folder with multiple text files in it. I want to write a code that can read through these and organize the data into new files based on the values in the columns. So for example, to loop through and from 1,18 until it reaches 11,5 and take this data and put into new file. Then do that again continuously through all the txt files (the data is in separate folders so the first txt file may end at 7,10 so i would want to continue to the next file where it will pick up until it reaches 11,5).

I hope this makes sense.

Is this even possible?