Hi community, i have a sample dataset as follows, i only need the part to form the table that is between and including 'start' to 'end', 4 lines in total. In the real case i may have thousands of rows and i know how to find 'start' row and 'end' row already.
How to i do that?
Thank you for your help
| ID | PART | LOGIC |
| 12 | ADD | |
| 1256 | FDD | START |
| 1052 | AFF | |
| ADF1 | AGF | |
| 23D | GHR | END |
| 34 | DFG | |