Paste a function every nth row

Fjejrjvatqp

New Member
Joined
Apr 9, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I need to copy every row of data into a name tag template on another worksheet. I need a function to paste every nth row because I have merged cells in between the rows where I need to paste, so I can’t use the crosshair to auto fill my formula down

Example:
Cell B1, I need to copy A1 from another worksheet.
Cell B12, I need to copy A2, and so on…
Between rows 1 and 12, I have merged cells going across column B so I can’t auto fill with the crosshair

Does anyone know how this can be achieved?
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi,
In cell B1, you can test
Excel Formula:
=INDIRECT("Sheet1!A"&INT((INT(ROW()-1))/11)+1)
 
Upvote 0
I did. It didn’t do what I needed it to so I reformatted my name card template
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,244
Members
448,879
Latest member
VanGirl

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