I have a list of data about 20k rows long and all data is in the first column. Each record has three rows of unique data.
I'm trying to move each row to a new sheet and repeat until the end of the workbook.
EX: Move first row from Sheet1 to Sheet2, move second row on Sheet1 to Sheet3, move third row on Sheet1 to Sheet4.
I've tired some variations of offset and index formulas.