PC Review


Reply
Thread Tools Rate Thread

copy & past row to column

 
 
James
Guest
Posts: n/a
 
      23rd Jun 2008
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
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      23rd Jun 2008
> 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

 
Reply With Quote
 
RagDyeR
Guest
Posts: n/a
 
      23rd Jun 2008
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" <(E-Mail Removed)> wrote in message
news:BD56D0DD-764F-49F6-B745-(E-Mail Removed)...
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


 
Reply With Quote
 
James
Guest
Posts: n/a
 
      23rd Jun 2008
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

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      23rd Jun 2008
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy and past ... and maintain all formats including column widths JERRY Microsoft Excel Discussion 2 21st May 2007 02:29 AM
Access Bug?! Copy Past Between column Morenight Microsoft Access Forms 0 11th May 2007 02:31 PM
Search for a column based on the column header and then past data from it to another column in another workbook minkokiss Microsoft Excel Programming 2 5th Apr 2007 01:12 AM
column help- can I go past IV? =?Utf-8?B?c2hhbnR5bWF5MjM=?= Microsoft Excel Misc 4 24th Jun 2006 07:19 PM
Copy and past Don Windows XP Basics 1 16th Jan 2004 01:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:09 AM.