Sorting

F

Felix

I have a column (say A1 to A20) with names that are sorted in a certain way
(alpha or acoording to values in a seperate column, say C) In another column
(say D1 to D20) are the same names, sorted also in a certain way (alpha or
acoording to values in a seperate column, say F)

I would like to have the same names in the same lines which is no problem
when both are sorted alphabetically, but what when the first group (A:C) is
sorted according to C? How do I get the names of the second group (D:F)
aligned with the names of the first?
 
D

Dave Peterson

You may not like this, but you'll be better off dropping the duplicated names in
column D and just sort all the columns in the range (at least A:F in your
example) by the key that you like.
 
F

Felix

I thought of this, but unfortunately, for reasons of statistics (how I have
to present them) two columns are required.

The firs one shows all the names according to a percentage, the second
colums contains all names, but different percentages (those with zero value
are ignored)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Columns not sorting properly. 2
Data Sorting Problem 2
Data Sortin Problem 1
Matching Names 5
sorting multiple columns alphabetically 1
Sorting information in columms 2
Sorting several columns 1
Help with LOOKUP 5

Top