Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a large list of names and addresses that when imported into excel
comes in without being in the proper columns (name, address, city, state, etc). To fix this I need to select and copy the data in every eighth row (A3, A11, A19, A27, etc.) and paste this into a name column. Is there a way to do this automatically without clicking on every cell individually? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's say you want column M to be your name column (this might be on
another sheet). Put this formula in M3: =INDIRECT("Sheet1!A"&(ROW(A1)-1)*8+3) then copy this down. I've assumed your data is on Sheet1. Hope this helps. Pete On Apr 9, 4:32*pm, jdpf wrote: I have a large list of names and addresses that when imported into excel comes in without being in the proper columns (name, address, city, state, etc). *To fix this I need to select and copy the data in every eighth row (A3, A11, A19, A27, etc.) and paste this into a name column. *Is there a way to do this automatically without clicking on every cell individually? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks "Pete_UK" it worked great.
"Pete_UK" wrote: Let's say you want column M to be your name column (this might be on another sheet). Put this formula in M3: =INDIRECT("Sheet1!A"&(ROW(A1)-1)*8+3) then copy this down. I've assumed your data is on Sheet1. Hope this helps. Pete On Apr 9, 4:32 pm, jdpf wrote: I have a large list of names and addresses that when imported into excel comes in without being in the proper columns (name, address, city, state, etc). To fix this I need to select and copy the data in every eighth row (A3, A11, A19, A27, etc.) and paste this into a name column. Is there a way to do this automatically without clicking on every cell individually? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro for selecting non-adjacent cells | Excel Discussion (Misc queries) | |||
Keyboard Navigation - selecting non-adjacent rows | Excel Discussion (Misc queries) | |||
When data match, copy adjacent value to adjacent column | Excel Worksheet Functions | |||
selecting adjacent cells | New Users to Excel | |||
selecting non adjacent cells | Excel Worksheet Functions |