#1   Report Post  
frtklau
 
Posts: n/a
Default Excel List to Table


I need to convert an Excel list to table:
for example

from _LIST_ (1D)
Date DataName Data
1/1 xx 2.0
1/2 xx 2.1
1/2 yy 41
1/2 zz 100
1/3 xx 3
..
2/27 xx 1.1
2/27 yy 40

to _TABLE_ (2D)
xx yy zz
1/1 2.0
1/2 2.1 41 100
1/3 3
..
2/27 1.1 40
2/28
(special conditions: up to 8 DataNames at one time; DataNames can
be different in different list/tables; I would need to specify the
order of the column somehow).

That is, 1D to 2D. I know pivot table can do this. But I want a
different method. (so that it can be modified - e.g. column order in my
prefered order) Help appreciated.

-Frankie.


--
frtklau
  #2   Report Post  
Herbert Seidenberg
 
Posts: n/a
Default

Copy Date to a column with Advanced Filterunique records only.
Name this column Date2
Copy unique Name(s) to a row and name row Name2
Arrange Date2 and Name2 to enclose a 2D Table.
Fill Table with this formula:
=SUMPRODUCT((Date=Date2 R)*(Name=Name2 C)*Data)

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
Excel XP Pivot Table bsantona Excel Discussion (Misc queries) 1 January 21st 05 02:01 AM
Excel XP Pivot Table in Excel 2000 bsantona Excel Discussion (Misc queries) 0 January 20th 05 06:37 PM
Excel 2003: Match one list against another and highlight differenc smithers2002 Excel Worksheet Functions 1 January 11th 05 03:22 PM
Excel error using Dinamic Table Iván Excel Worksheet Functions 0 November 30th 04 12:37 PM
Can I import a Word table to an Excel spreadsheet? Liz Excel Worksheet Functions 1 November 25th 04 04:41 PM


All times are GMT +1. The time now is 06:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"