Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Selecting non-adjacent data

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Selecting non-adjacent data

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Selecting non-adjacent data

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
macro for selecting non-adjacent cells EricBB Excel Discussion (Misc queries) 6 January 5th 08 10:12 PM
Keyboard Navigation - selecting non-adjacent rows Katie Excel Discussion (Misc queries) 8 November 6th 07 06:20 PM
When data match, copy adjacent value to adjacent column slimbim Excel Worksheet Functions 2 November 8th 06 08:41 PM
selecting adjacent cells wfcmark New Users to Excel 4 December 2nd 05 09:23 AM
selecting non adjacent cells fran Excel Worksheet Functions 4 April 25th 05 12:54 AM


All times are GMT +1. The time now is 03:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"