Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Download and install the following addin - http://www.download.com/Morefunc/300...-10423159.html. Suppose your data is in range A1:B5 (row 1 has the headings). Select F2:G5 and then use the following array formula (Ctrl+Shift+Enter) =VSORT(A2:B5,TRIM(MID(SUBSTITUTE(A2:A5,", ",REPT(" ",99)),99,99)),1) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "dab" wrote in message ... Good day and thanks for reading. I am working on a file where a cell contains data separated by a comma. ex: Col A Col B Row 1 {Medium, Blue, hard } { 153 } Row 2 {Big, Red, soft } { 230 } Row 3 {Small, Pink, hard } { 50 } Row 5 {Big, Blue, soft } { 250 } Where { } are the limits of the cell What I am looking for is a way to sort Column A by the second value on each cell, ex: (Blue, Red, Pink) Any help is greatly appreciated. thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare two files and update data from another file base on words ina cell separated by commas | Excel Worksheet Functions | |||
Reversing the order of data separated by commas within a cell? | Excel Discussion (Misc queries) | |||
How do I de-concatenate items separated by commas! | Excel Discussion (Misc queries) | |||
Help! I need a formula to add numbers separated by commas within | Excel Worksheet Functions | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions |