Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and past from one worksheet to another | Excel Discussion (Misc queries) | |||
Copy and Past | Excel Discussion (Misc queries) | |||
Copy and past to different sheets | Excel Discussion (Misc queries) | |||
cannot copy/past in Excel | Excel Discussion (Misc queries) | |||
Past Link then copy | Excel Discussion (Misc queries) |