Copying fromula down have row desinatiion change by two rows instead of one

petepro

New Member
Joined
Apr 22, 2011
Messages
3
I'm trying to consolidate some information on a summary sheet. In A1 in my summary sheet I have the formula =Sheet1!A6. When I copy this formula down I need it to change to

=Sheet1!A8
=Sheet1!A10
=Sheet1!A12
=Sheet1!A14
=Sheet1!A16
etc

Is there a way to do this
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
I'm trying to consolidate some information on a summary sheet. In A1 in my summary sheet I have the formula =Sheet1!A6. When I copy this formula down I need it to change to

=Sheet1!A8
=Sheet1!A10
=Sheet1!A12
=Sheet1!A14
=Sheet1!A16
etc

Is there a way to do this
Try this...

=INDEX(Sheet1!A$6:A$100,ROWS(A$1:A1)*2-1)

Adjust for the correct end of range A$100.
 
Upvote 0
I know those formulas work, but if you enter in A1 of your summary sheet "=" and click on Sheet1!A2, and then in the next cell down enter "=" and click on Sheet1!A4, and then highlight these two cells, and click and drag or double click to fill the space you want is will autofill Sheet1!A6, Sheet1!A8, Sheet1!A10 and so on.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,327
Members
452,635
Latest member
laura12345

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