There's gotta be an easier way....

DONDOU

New Member
Joined
Feb 7, 2019
Messages
6
Ok - I have another question. Sorry.

I've got two tabs in my spreadsheet (Tab 1 and Tab 2). On tab 2, I'm attempting to copy and paste the value that's in every 11 rows of tab 1 starting with cell A18. (It's the sum of several items). So for example, I need the value in cells A18, A29, A40, etc....

I want to copy that value and paste it in A1, A2, A3, etc....on tab2.
But I don't want to copy and paste every single cell on the spreadsheet. (150 items)

Is there an easy formula I can use for this to drag down the entire column of the spreadsheet?

Thanks in advance for the help.



Don.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
How about
=INDIRECT("Sheet1!A"&((ROW(A1)-1)*11)+18)
 
Upvote 0
Did you change the sheet name to suit?
 
Upvote 0
Yes. I'm sure there's something I'm doing that's causing the error. Getting "REF! error.
In the cell G6 of sheet 2, I have =INDIRECT('SHEET1'!K18&((ROW('SHEET2'!G6)-1)*11)+18))

Sheet 2 will have the formula (and result) in consecutive rows. Sheet 1 is where I'm pulling the info from in every 11 rows.

I'm sure I'm just not explaining it correctly.
 
Upvote 0
Aladin - That seemed to do the trick! I'm not sure what on earth it means...or what I'm doing....but it worked! Thank you!!!!
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,175
Members
449,071
Latest member
cdnMech

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