I've got a spreadsheet of 1688 rows.
I only want rows 1, 9, 17, 25, 33, etc. (deleting 7 lines between each one I want to keep).
I don't want to just delete the contents of the other lines, I want to delete the lines themselves, so that I end up with current rows 1, 9, 17 etc. being 1, 2, 3 etc.
Is this possible?
Thanks!