Copying multiple lines

skaterprez

New Member
Joined
Mar 9, 2009
Messages
1
I am using Excel for Kpi's and I have one sheet that has 8 rows on sheet A that need to be referenced to one row on sheet B, The next 8 rows on Sheet A need to reference the next row on sheet B.... so on and so forth, excel is not noticing the pattern when I try to drag it down or using paste/paste special, Any Suggestions? There are 120 8 line segments and I dont want to manually input:confused:
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the board...

Try

=INDEX(SheetB!A:A,INT((ROWS(A$1:A1)-ROW(A$1))/8)+1)

The 8 of coarse is how many rows per group.

the +1 is the starting row # on SheetB
 
Upvote 0

Forum statistics

Threads
1,215,431
Messages
6,124,855
Members
449,194
Latest member
HellScout

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top