Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default copy & past row to column

I want to copy a row of data and past it into a column. however i only want
to pick up every other cell or every third cell. for instance i have names
going across the row but thier are a few columns in between each name and i
want to past the names like a list in one colomn. I also want to past parts
of the data for each name in that same format. Any idea for the easiest way
to handle this?

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copy & past row to column

I want to copy a row of data and paste it into a column.
.. every third cell


Insert a new col A. I'll presume the names data are now in B1,E1,H1, etc
Place in A2: =INDEX($B$1:$IV$1,ROWS($1:1)*3-2)
Copy down as far as required to extract at one swoop
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"James" wrote:
I want to copy a row of data and past it into a column. however i only want
to pick up every other cell or every third cell. for instance i have names
going across the row but thier are a few columns in between each name and i
want to past the names like a list in one colomn. I also want to past parts
of the data for each name in that same format. Any idea for the easiest way
to handle this?

thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default copy & past row to column

Say your data is in Row1.

Enter these formulas *anywhere*, and copy down as needed:

To skip *1* row in between:
=INDEX($1:$1,2*ROWS($1:1)-1)

To skip *2* rows in between:
=INDEX($1:$1,3*ROWS($1:1)-2)


To skip *3* rows in between:
=INDEX($1:$1,4*ROWS($1:1)-3)

I'm sure you can adjust the formula for other choices.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"James" wrote in message
...
I want to copy a row of data and past it into a column. however i only want
to pick up every other cell or every third cell. for instance i have names
going across the row but thier are a few columns in between each name and i
want to past the names like a list in one colomn. I also want to past parts
of the data for each name in that same format. Any idea for the easiest way
to handle this?

thanks


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 542
Default copy & past row to column

Thanks guys Max's worked best.

"Max" wrote:

I want to copy a row of data and paste it into a column.
.. every third cell


Insert a new col A. I'll presume the names data are now in B1,E1,H1, etc
Place in A2: =INDEX($B$1:$IV$1,ROWS($1:1)*3-2)
Copy down as far as required to extract at one swoop
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"James" wrote:
I want to copy a row of data and past it into a column. however i only want
to pick up every other cell or every third cell. for instance i have names
going across the row but thier are a few columns in between each name and i
want to past the names like a list in one colomn. I also want to past parts
of the data for each name in that same format. Any idea for the easiest way
to handle this?

thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default copy & past row to column

Welcome, but pl mark all our wonderful responses by pressing the "Yes"
buttons below, won't you?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"James" wrote:
Thanks guys Max's worked best.


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
Copy and past from one worksheet to another Rick_T Excel Discussion (Misc queries) 3 December 29th 06 02:31 PM
Copy and Past Joe Excel Discussion (Misc queries) 1 August 17th 06 02:10 AM
Copy and past to different sheets zgclub Excel Discussion (Misc queries) 4 February 9th 06 11:58 AM
cannot copy/past in Excel Vipin Excel Discussion (Misc queries) 1 September 28th 05 02:07 PM
Past Link then copy Hal LEGERE-Steam Guy Excel Discussion (Misc queries) 3 December 23rd 04 02:58 PM


All times are GMT +1. The time now is 05:26 PM.

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"