Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I copy every 8th cell in a column into consecutive cells in another
column. I don't want to have to point to each cell. With a column of hundreds of cells, I bound to be off on at least one. I want a formula that I can enter for the first cell and then copy and paste to the others. |
#2
![]() |
|||
|
|||
![]()
Hi Siverfox19482,
How do I copy every 8th cell in a column into consecutive cells in another column. I don't want to have to point to each cell. With a column of hundreds of cells, I bound to be off on at least one. I want a formula that I can enter for the first cell and then copy and paste to the others. Enter the numbers 1 to 8 in a column next to the data. Select those 8 cells and drag the fill handle down to match your data. You should get a repeating set of 1...8 Now select all data, choose data, filter, autofilter and filter on the new column with numbers, choosing e.g. the number 8. Select the cells you now need copied, hit control-c and paste wherever is needed. Regards, Jan Karel Pieterse Excel MVP www.jkp-ads.com |
#3
![]() |
|||
|
|||
![]()
=INDIRECT("C"&ROW()*8)
HTH. Best wishes Harald "siverfox19482" skrev i melding ... How do I copy every 8th cell in a column into consecutive cells in another column. I don't want to have to point to each cell. With a column of hundreds of cells, I bound to be off on at least one. I want a formula that I can enter for the first cell and then copy and paste to the others. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to select the first blank cell in column A | Excel Worksheet Functions | |||
Can I copy a row to a column? | New Users to Excel | |||
Unable to Copy COUNTA() with cell references | Excel Worksheet Functions | |||
copy paste cell character limit | Excel Discussion (Misc queries) | |||
Copy formula to every 12th cell | Excel Worksheet Functions |