View Single Post
  #1   Report Post  
Bowbender
 
Posts: n/a
Default


swatsp0p Wrote:
On sheet 2 enter this formula in A1

=INDEX(Results!$B$1:$B$25000,ROW()*20)

copy this down 1250 rows

A1 will return the value in B20 from Results! (row 1*20)
A2 will return the value in B40 from Results! (row 2*20)
...and so on...

HTH

Bruce


I think I figured it out. For the first one I used
=INDEX(Results!$B$1:$B$25000,ROW()*10)
then
=INDEX(Results!$B$1:$B$25000,ROW()*20)
and drug this down.

Thanks for your help. You can't imagine, or maybe you can, how much
time this saves.

Dave


--
Bowbender
------------------------------------------------------------------------
Bowbender's Profile: http://www.excelforum.com/member.php...fo&userid=9611
View this thread: http://www.excelforum.com/showthread...hreadid=469532