Autofill Help

themev

Board Regular
Joined
Aug 13, 2007
Messages
83
I have a sheet with many, many groups of data. The first has information in A9:N12. The next group is in A15:N18 and so on and so forth.

I am interested in just pulling certain data from each group into a list on the side - M9, M15, M21, M27 etc. (in that same pattern) and N10, N16, N22, N28 etc. - Is there a quick way to do this? Auto-fill seems to randomly choose cells when I drag down...
Thanks.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Try using a pivot table as you can highlight all the ranges in your sheet and it will ignore blank rows, that should give you the desired data to then filter on.
 
Upvote 0
See if this helps. It extracts the 2nd value from each block. To get, say, the 3rd value change the 2 at the end of the formula to a 3. The 6 in the formula represents the number of rows from the start of one block to the start of the next block. The formula is just copied down.

Excel Workbook
ABC
8
9ab
10bf
11cj
12d
13
14
15e
16f
17g
18h
19
20
21i
22j
23k
24l
25
INDEX
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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