HELP

R

Roozo

The above explains everything great, however i do not have the same number
rows in each set of data, e.g.

A1 address 1
A2 address 1
A3 address 1
A4 address 1
A5
A6 address 1
A7 address 1
A8 address 1
A9 address 1
A10 address 1
A11 address 1

etc, etc.

So when i use the below formula it messes up the data range - any ideas if
this can be accounted for in the formula?

Thanks



Assume that the values start in Sheet1!A1, insert a new sheet (or use
another sheet that is empty) and put this in A1

=INDEX(Sheet1!$A:$A,ROWS($A$1:A1)*7+COLUMNS($A$1:A1)-7)


copy across 7 columns and then copy down
 

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

Top