Cell references in formulas

  • Thread starter Thread starter iowaturf
  • Start date Start date
I

iowaturf

Hi,

Here is my problem:

I have a spreadsheet that has about 14,000 rows in it, and I need th
data from one cell out of every 27th row. For example, I need t
collect the values from D17, D44, D71, ... to D13814. I would lik
the values to be located in separate worksheet in consecutive cells:
B1, B2, B3, B4, etc.

Thank you for your help!!

Jaso
 
One way:

B1: =INDEX(Sheet1!D:D,(ROW()-1)*27+17)

Copy down as far as required.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top