Copy formula but skip every 4th row

sumsum213

New Member
Joined
Oct 17, 2014
Messages
12
Hi, I'm trying to copy a formula down, but need it to skip 4 rows. An example is below. I'm imagine this is an easy one, but I'm just not getting it.
=sheet1!D8
=sheet1!D9
=sheet1!D10

<tbody>
</tbody>
 
You can do this using Excel custom list:

Enter into A6:

#Sheet1!D8

Then select this cell with the 3 blank cells below it.

Go to Excel Options/Popular, click on Edit Custom Lists in the middle of the window.

Click Import, then OK, OK.

Now drag down the fill handle at the right bottom corner of the four cells you have selected, as long as needed.

Select the column and replace # with =

(Excel 2007)
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
bbott, never mind, I just got it. Thank you so much, you've saved me hours of work!!!

Ok, I spoke too soon. It worked for the first one, but seems to be putting it in the 4th row and not the 5th row. I tried changing the 4 to a 5, but that's not working either. OMG, I'm sorry to be annoying. Here's what the formula says as it copies down- =IF(MOD(ROW(A266)-262,4)=0,INDEX(Attendance!C:C,8+INT((ROW(A266)-1)/4)),"")

If you want it in every 5th row change both of the 4s to 5s:

=IF(MOD(ROW(A1)-1,5)=0,INDEX(Sheet1!D:D,8+INT((ROW(A1)-1)/5)),"")
 
Upvote 0

Forum statistics

Threads
1,215,143
Messages
6,123,277
Members
449,093
Latest member
Vincent Khandagale

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