Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
carl
 
Posts: n/a
Default Display Unique Values Question

A sample of my data table:

ID HIP
A,B,C,D I29
A,C,G I29

Trying to create the following table (For each HIP, string of unique values)

HIP ID
I29 A,B,C,D,G

Is it possible ?

Thank you in advance.






  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Herbert Seidenberg
 
Posts: n/a
Default Display Unique Values Question

Data Text to Columns Comma Delimiter produces this:

129 A B C D
129 A C G

Pivot Table Multiple Consolidation Ranges
Range: Select the data plus an empty row above.
Layout drag Column button from the diagram and
replace it with Value.
Options: Uncheck sums
Part of the pivot table will look like this:

A B C D G
2 1 2 1 1

If the A in the pivot table is at D4 then enter at J4
=D4
At K4 enter
=CONCATENATE(J4,",",E4)
and fill adjacent cell until you get
A A,B A,B,C A,B,C,D A,B,C,D,G

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
Sum Values Question purtech Excel Worksheet Functions 2 April 10th 06 05:14 PM
Count of Unique values Richard Excel Worksheet Functions 3 September 27th 05 05:46 AM
Function to count unique values? Richard Buttrey Excel Worksheet Functions 5 September 22nd 05 02:58 PM
counting unique values and matching to quantities [email protected] Excel Worksheet Functions 2 September 9th 05 11:25 PM
display values in cell Vincent Excel Discussion (Misc queries) 2 February 21st 05 04:16 PM


All times are GMT +1. The time now is 02: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"