PC Review


Reply
Thread Tools Rate Thread

convert row to columns for multiple rows

 
 
=?Utf-8?B?SGViYQ==?=
Guest
Posts: n/a
 
      4th Jul 2007
for example i have the excel sheet1 like this

name : sara
tele : 111111
faxoooooo

name :george
tele :444444
fax:99999999

i want to them to appear like this:
name tele fax
sara 11111 00000
george 44444 99999999

i tried copy and pase special choosing transpode , but it works only for one
record and i have to copy and pase evry record .

i have 500 names , so how can i do it ?

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9wcGVycw==?=
Guest
Posts: n/a
 
      4th Jul 2007
try:

Your data in A &B, starting row 1, with pattern of 3 records followed by
blank row

In C1-E1 put "name","tele", "fax"

in c2:

=VLOOKUP(C$1,INDIRECT("$A" &(ROW()-2)*4+1 & ":$B$3000"),2,0)

Copy across to E2

Copy down until you get #N/A

HTH
"Heba" wrote:

> for example i have the excel sheet1 like this
>
> name : sara
> tele : 111111
> faxoooooo
>
> name :george
> tele :444444
> fax:99999999
>
> i want to them to appear like this:
> name tele fax
> sara 11111 00000
> george 44444 99999999
>
> i tried copy and pase special choosing transpode , but it works only for one
> record and i have to copy and pase evry record .
>
> i have 500 names , so how can i do it ?
>

 
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
Excel Convert Multiple Rows into Multiple Columns james.y.so@gmail.com Microsoft Excel Programming 6 29th Jun 2007 06:01 AM
Excel Convert Multiple Rows into Multiple Columns james.y.so@gmail.com Microsoft Excel Worksheet Functions 1 28th Jun 2007 05:20 AM
Convert multiple rows of text into columns... Gord Dibben Microsoft Excel Discussion 6 13th Mar 2007 03:50 AM
Convert multiple Rows into columns =?Utf-8?B?S29zdGFzIEFydmFuaXRpZGlz?= Microsoft Access Queries 1 24th Jul 2006 12:13 AM
Convert multiple columns to rows =?Utf-8?B?TG9pcyBMYW5l?= Microsoft Excel Worksheet Functions 8 10th Jan 2005 12:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:14 AM.