Hello,
I'm going to be processing submissions of up to 5000 rows + 1 header row. I have to import this data into an online document that can only host 500 rows (+header) per table. So for example, if I get 2000 rows, I would have to split them into 4 tables. I'd like the header + 500 rows to copy to a new sheet named 1-500, then rows 501-1000 to copy to another sheet, etc. Each sheet should have the header. I can provide an example with the headers if that would be helpful.
I'm going to be processing submissions of up to 5000 rows + 1 header row. I have to import this data into an online document that can only host 500 rows (+header) per table. So for example, if I get 2000 rows, I would have to split them into 4 tables. I'd like the header + 500 rows to copy to a new sheet named 1-500, then rows 501-1000 to copy to another sheet, etc. Each sheet should have the header. I can provide an example with the headers if that would be helpful.