I need to extract the contents of every nth cell in an unnecessarily complicated spreadsheet. I get a list of jobs, with six pieces of information needed for each job - I want each on one row. However, with needless comments I get the jobs in a giant worksheet, with the information for each job spread across 8 rows.
For example, the first job number is in cell A15, the next is in A23, then A31, etc.
The next piece I need is the bar, the first of which is in B19, then B27, then B35, etc.
I want to make a new sheet in which the contents of A15 is in A1, the contents of A23 is in A2, etc. B19 to B1, B27 to B2, etc.
How can I do this without referring to each cell individually, 96 times a day?
For example, the first job number is in cell A15, the next is in A23, then A31, etc.
The next piece I need is the bar, the first of which is in B19, then B27, then B35, etc.
I want to make a new sheet in which the contents of A15 is in A1, the contents of A23 is in A2, etc. B19 to B1, B27 to B2, etc.
How can I do this without referring to each cell individually, 96 times a day?