Hi there,
I have a excel file that contains data formatted like this:
| Name | Jan | Feb | March | April | May | June |
| Cat | 1 | 2 | 3 | 4 | | |
| Dog | | 3 | 4 | | | |
| Fish | 1 | 3 | | | | |
| Include | 2 | 8 | 7 | 4 | | |
| Cat | 5 | 6 | 3 | | | |
| Dog | | 7 | 4 | | | |
| Exclude | 5 | 14 | 14 | 4 | | |
| | | | | | | |
How do I only include the rows starting and ending at Include? (Bolded)
Thank you!