PC Review


Reply
Thread Tools Rate Thread

Column to Rows

 
 
Don D.
Guest
Posts: n/a
 
      6th Jan 2006

I want to convert my data from one column into rows.
I have my data set up now as follows:

John Smith
$3200
555 Main St.
95111

Jane Jones
$5500
345 Happy Dr.
93434

Jack Clark
$2300
354 Oak Pl.
95343

I want it to be displayed into 4 separate columns as follows:

John Smith $3200 555 Main St. 95111
Jane Jones $5500 345 Happy Dr. 93434
Jack Clark $2300 354 Oak Pl. 95343


Please advise,

thanks,

Don


--
Don D.
------------------------------------------------------------------------
Don D.'s Profile: http://www.excelforum.com/member.php...o&userid=30195
View this thread: http://www.excelforum.com/showthread...hreadid=498806

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      6th Jan 2006
If you always have groups of 4 with a gap between and it starts in A1, then put
this in B1:

=INDEX($A:$A,(5*(ROW()-1))+COLUMN()-1)

And drag across to E1

Then select A1:E1
and drag down until you run out of data (you'll see a bunch of 0's).

"Don D." wrote:
>
> I want to convert my data from one column into rows.
> I have my data set up now as follows:
>
> John Smith
> $3200
> 555 Main St.
> 95111
>
> Jane Jones
> $5500
> 345 Happy Dr.
> 93434
>
> Jack Clark
> $2300
> 354 Oak Pl.
> 95343
>
> I want it to be displayed into 4 separate columns as follows:
>
> John Smith $3200 555 Main St. 95111
> Jane Jones $5500 345 Happy Dr. 93434
> Jack Clark $2300 354 Oak Pl. 95343
>
> Please advise,
>
> thanks,
>
> Don
>
> --
> Don D.
> ------------------------------------------------------------------------
> Don D.'s Profile: http://www.excelforum.com/member.php...o&userid=30195
> View this thread: http://www.excelforum.com/showthread...hreadid=498806


--

Dave Peterson
 
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
insert rows and copying cells in column b,c, and d into new rows gbpg Microsoft Excel Programming 3 31st Dec 2009 01:05 AM
lock column size for some rows and resize for other rows. =?Utf-8?B?R29yc2tpbQ==?= Microsoft Excel Misc 1 20th Nov 2007 11:12 PM
Convert columns to rows: create duplicate rows based on column val =?Utf-8?B?Q2FycmllUg==?= Microsoft Access 3 30th Aug 2006 07:07 PM
after selecting 50 rows of a column i can't reference the cells in the rows Bob Salzer Microsoft Excel New Users 2 21st Jul 2006 10:29 PM
Pivot Table, Limit 255 rows, Invert rows and column xav Microsoft Excel Programming 3 29th Dec 2005 02:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:43 AM.