Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a list from the following data (Names are in column 1
and color values are in Column 2 and separated by commas): Adam | Blue, Green Eric | Red, Yellow Steffani | Orange, Purple I would like to create a list from the above data that returns Adam Blue Green Eric Red Yellow Steffani Orange Purple |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I reconsidered my example and thought I would use real data. I have a
feeling this can't be accomplished with in-cell formulas and will require VBA (which I'm unfamiliar with)... So, please have a look at the real data: Execute Assembly Test - FI-EFT | 3612,3690 Execute Assembly Test - FI-Unclaimed Monies | 3616,3694,4730 Execute Assembly Test - FI-Send to Coll. Agency | 1934,3635,3717,4743 Execute Assembly Test - CS-Inbound E-mail | 3680,4722 I would like the result to spit out a grouping / sub-grouping report Execute Assembly Test - FI-EFT 3612 3690 Execute Assembly Test - FI-Unclaimed Monies 3616 3694 4730 etc... |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Don -
That works well, except when there is 3+ variables in the second column. If there are more than 3, it simply leaves the values unchanged for that specific grouping and moves on to the next. Any thoughts? Thanks again for your help! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Scratch that... that isn't the reason, I still need to identify why it worked
for some and not for a few others. When I click on the cell (that contains the values separated by comma) for the items that the macro didn't work properly on, the value is actually represented by a single string of digits in the formula bar. I'm not sure why some of the paste (from MSP) resulted in the values being separated by a comma (this is the way I would think it would work for everything) and not for a few others. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I did test. Send your workbook to my address below if you want me to take a
look. The first part of the code simply does a datatext to columnscomma -- Don Guillett Microsoft MVP Excel SalesAid Software "Wilson" wrote in message ... Scratch that... that isn't the reason, I still need to identify why it worked for some and not for a few others. When I click on the cell (that contains the values separated by comma) for the items that the macro didn't work properly on, the value is actually represented by a single string of digits in the formula bar. I'm not sure why some of the paste (from MSP) resulted in the values being separated by a comma (this is the way I would think it would work for everything) and not for a few others. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminate Blank Rown in a List - Then Create New List | Excel Discussion (Misc queries) | |||
How to create adress list so can mail merge and create labels? | Excel Discussion (Misc queries) | |||
I do not have the List-create a list option on my data toolbar ?? | New Users to Excel | |||
Want to Create a List in Excel 2002; Don't see List in Data Menu? | Excel Discussion (Misc queries) | |||
Does Excel 2002 have a List>Create List option under Data? | Excel Discussion (Misc queries) |