Hey,
I have a massive txt-file (62 MB, over 1 million rows) that contains a 10-digit code.
Now I need to filter out the codes on row 6,14,22,30,38,... (every 8th row, starting from row 6)
I don't think this is possible in textfile, so I'm pumping the data to Excel (in different sheets)
Now...