Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default (Repost) new order of table

Is there a way to rearange a table with 3 columns
from:

Class Topic Name
A English Marc
B Math Dan
C Math Lisa
A English Jhon
A Math Dave
B History Ling

To:

English Math History
A Marc Dave
Jhon
B Dan Ling
C Lisa


Any idea?
Many thanks,
Dan


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 523
Default (Repost) new order of table

Use a pivot table?

"Dan" wrote:

Is there a way to rearange a table with 3 columns
from:

Class Topic Name
A English Marc
B Math Dan
C Math Lisa
A English Jhon
A Math Dave
B History Ling

To:

English Math History
A Marc Dave
Jhon
B Dan Ling
C Lisa


Any idea?
Many thanks,
Dan


  #3   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default (Repost) new order of table

Pivot table give me a count or a sum not a list of data - it can give me a
list of data for one intersection at a time for not for all the table.
Thanks.
Dan

"Sam Wilson" wrote:

Use a pivot table?

"Dan" wrote:

Is there a way to rearange a table with 3 columns
from:

Class Topic Name
A English Marc
B Math Dan
C Math Lisa
A English Jhon
A Math Dave
B History Ling

To:

English Math History
A Marc Dave
Jhon
B Dan Ling
C Lisa


Any idea?
Many thanks,
Dan


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 523
Default (Repost) new order of table

In that case you'll have to write a macro with two loops - the first loop to
make an array of unique names from column A, the second to do the same from
column B. Then deploy these to the grid, and create a third loop which goes
through Colun C and adds the text to the relevant cell in this grid,


"Dan" wrote:

Pivot table give me a count or a sum not a list of data - it can give me a
list of data for one intersection at a time for not for all the table.
Thanks.
Dan

"Sam Wilson" wrote:

Use a pivot table?

"Dan" wrote:

Is there a way to rearange a table with 3 columns
from:

Class Topic Name
A English Marc
B Math Dan
C Math Lisa
A English Jhon
A Math Dave
B History Ling

To:

English Math History
A Marc Dave
Jhon
B Dan Ling
C Lisa


Any idea?
Many thanks,
Dan


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
PIVOT TABLE HELP (PLEASE) - REPOST scubadiver Excel Discussion (Misc queries) 1 October 11th 07 10:26 AM
(Repost) - Pivot table: Grouping first row field by fifth row fiel klysell Excel Programming 5 July 12th 07 07:52 PM
Pivot Table Page Field (Repost) Barb Reinhardt Excel Programming 2 July 9th 07 01:48 PM
Repost: Pivot Table flow23 Excel Discussion (Misc queries) 0 February 17th 06 04:42 PM
Repost - Extracting a table from a cell Foss[_2_] Excel Programming 3 January 28th 05 11:29 AM


All times are GMT +1. The time now is 04:23 AM.

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"