A Sorting Dilemna

G

Guest

I need to do the following sort and have not figured out a way:

First sort by Column B ...ascending.
Then compare Columns E, G, and I for highest value and sort Ascending.

To be clear.....whatever is the lowest number in those three columns...it
sorts first...regardless of what the other fields say.

Your help is Appreciated!!!!!
 
G

Guest

If I understand correctly, maybe you could use a helper column. In an empty
column (let's say J2) enter:

=MAX(E2,G2,I2)

and copy down. Then sort your data using column B as the primary key and
column J (helper column) as the secondary key. Then delete column J (if you
like).
 

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


Top