View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
A.X M.D A.X  M.D is offline
external usenet poster
 
Posts: 1
Default Have the need to sort text code-values within same Excel cell

Got column with thousands of cells containg different codes, e.g., cell P357
-- {X, A, B2, T83, M19}; cell P425 -- {T83, A, X, M19, B2}, etc ... Need
a way to sort these individual cells in a similar order so I can aggregate
the number of cells containing the same set of codes/values ...

I am somehow familiar with the basic Excel functionality but above situation
is really challenging me !

Thanks in advance ..