How to sort a sheet with more than three criteria

H

Haldun Alay

Hi,

is there any way to sort a sheet with more than three criteria.


Thanks in advance.


Haldun Alay
 
M

Mike

One way to do it is by creating a new column that holds a combination of
some of your criteria, though this may not work for all examples, but if you
wanted to sort by gender / age / last name / first name, you would make a
new column that is last name & " " & first name, and sort using that column.

hth.

--

____________________________________________________________________________
________________
Please reply to newsgroup so everyone can benefit.
Email address is not valid (see sparkingwire.com)
____________________________________________________________________________
________________
 
D

Dave Peterson

You can sort multiple times.

If you have to sort by 15 things, sort by 13-15, then 10-12, ..., then 1-3.

(I always screw it up the first time and sort by the wrong keys first, but then
I just do it again.)
 
H

Haldun Alay

It takes time but it works.

thanks

Haldun


iletide sunu yazdi said:
You can sort multiple times.

If you have to sort by 15 things, sort by 13-15, then 10-12, ..., then 1-3.

(I always screw it up the first time and sort by the wrong keys first, but then
I just do it again.)
 

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

Top