I have a spreadsheet with a Summary page and a Details page. I need formulas in the summary page that get every 30th value in the same column in the Details page and put them in adjacent rows of the same column on the Summary page.
Details page has 100 in cell C27, 200 in cell C57, 300 in cell 87, etc.
For the Summary Page, if I want these values in Column B, starting in B2
=Details!$C27 gives me 100 in cell B2
=Details!$C57 gives me 200 in cell B3
etc.
Its going to take forever to type all these formulas in. I can DRAG them to copy them. But it increments the row by 1 and I need it to increment the row by 30. How can I do this? If I highlight 2 cells and then do the drag, this doesn't work like a normal copy. My client doesn't want a macro solution, she wants a formula solution.
Details page has 100 in cell C27, 200 in cell C57, 300 in cell 87, etc.
For the Summary Page, if I want these values in Column B, starting in B2
=Details!$C27 gives me 100 in cell B2
=Details!$C57 gives me 200 in cell B3
etc.
Its going to take forever to type all these formulas in. I can DRAG them to copy them. But it increments the row by 1 and I need it to increment the row by 30. How can I do this? If I highlight 2 cells and then do the drag, this doesn't work like a normal copy. My client doesn't want a macro solution, she wants a formula solution.