Hello all,
I have an excel file with this format:
| A | B |
| 1 | XXX |
| 3 | XXX |
| … | XXX |
| 200 | XXX |
| 205 | XXX |
| 214 | XXX |
| … | XXX |
| 314 | XXX |
| 319 | XXX |
| 332 | XXX |
I want to split the output in function of the values of the A column (1-200, first output; 201-400, second output... until the end). I cannot make the max records per file because i dont have all the values between 1-200.
Is this possible?