Thanks for the help. I would apperciate it if you would explain the folllowing:
I assume ($1:1) refers to A1
what does the " *7-6" do
thanks
1:1 refers to the first row and returns 1, *7-6 means multiply 1 (what rows
return) by 7 then subtract 6
that part will return 1,8,15 and so on

Signature
Regards,
Peo Sjoblom
> Thanks for the help. I would apperciate it if you would explain the
> folllowing:
[quoted text clipped - 27 lines]
>> > becoming very long.
>> > Thanks
pcor - 16 Jul 2007 17:38 GMT
Your help is much appreciated
> 1:1 refers to the first row and returns 1, *7-6 means multiply 1 (what rows
> return) by 7 then subtract 6
[quoted text clipped - 31 lines]
> >> > becoming very long.
> >> > Thanks
pcor - 16 Jul 2007 18:02 GMT
What code would I require if I wanted to start at Col D row 200 and work down
Thanks
> 1:1 refers to the first row and returns 1, *7-6 means multiply 1 (what rows
> return) by 7 then subtract 6
[quoted text clipped - 31 lines]
> >> > becoming very long.
> >> > Thanks
Peo Sjoblom - 16 Jul 2007 18:08 GMT
It should be the same, that's the beauty of using rows as opposed to row.
Of course if you meant that you want to get the first value from Sheet2!D200
then just change it to
=INDEX(Sheet2!$D$200:$D$65535,ROWS($1:1)*7-6)
and copy down
but if you mean that you want to put this formula in D200 then it would be
unchanged

Signature
Regards,
Peo Sjoblom
> What code would I require if I wanted to start at Col D row 200 and work
> down
[quoted text clipped - 37 lines]
>> >> > becoming very long.
>> >> > Thanks
pcor - 16 Jul 2007 21:36 GMT
That was just great.Thanks- I was looking for the "FIRST"
> It should be the same, that's the beauty of using rows as opposed to row.
>
[quoted text clipped - 49 lines]
> >> >> > becoming very long.
> >> >> > Thanks