![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 12
|
Is there an easy way to reformat data as follows
Jan Mike 200 Jan Dave 300 Jan Jim 400 Jan Ken 500 Feb Mike 600 Feb Dave 800 Feb Jim 150 Feb Ken 900 to ________Mike____Dave____Jim____Ken Jan_____200_____300_____400____500 Feb_____600_____800_____150____900 [ This Message was edited by: mjb on 2002-03-01 05:50 ] [ This Message was edited by: mjb on 2002-03-01 05:53 ] |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
In B17 put your first name and fill the rest in along that row. (these might seem like strange places, it's just where put them to test), In b18 put: =SUMPRODUCT(($A$2:$A$8=$A18)*($B$2:$B$8=B$17)*($C$2:$C$8)) Using the $'s in exactly the same place as above, you should be able to drag right then down this formula. Any prob give me a shout. Ian Mac |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Add column headers to your data list and create a PivotTable.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|