View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Link Data from several colums into a single one and sort

I'm not sure what that means, but maybe you could use a formula like:

=a1&"|"&b1&"|"&c1
and drag down

The | character should be a unique character (not used in your real data) that
separates each field.

Chimako wrote:

I want to link data from three columns into a seperate single one and sort
them all out. The data in the three columns is generated by formulas.


--

Dave Peterson