Link Data from several colums into a single one and sort

  • Thread starter Thread starter Chimako
  • Start date Start date
C

Chimako

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.
 
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.
 
Back
Top