How do I Sort Multiple Columns Together?

G

gab.goldenberg

Hi,

I've got a list of data. Each row has a particular part number, its
importance and other columns. How do I sort things by importance, so
that I end up with all the most important rows at the top? Currently,
I tried using the sort function, but it just rearranges the importance
column; this is useless to me if that is reordered separately from the
rows with which those importance stats were associated!

Can someone explain to me how to do this?

Thanks,
Gab
 
M

muddan madhu

go to data | sort | options |check sort left to right | select the row
| ok
 
P

Paul Hyett

Hi,

I've got a list of data. Each row has a particular part number, its
importance and other columns. How do I sort things by importance, so
that I end up with all the most important rows at the top? Currently,
I tried using the sort function, but it just rearranges the importance
column; this is useless to me if that is reordered separately from the
rows with which those importance stats were associated!

Wouldn't it only do this when you've just got a single column as the
sort range?
 
M

MartinW

Hi Gab,

Select all of your data before you sort.
Then, when you go to Data>Sort
Select which column you wish to Sort by
from the dropdown box.

HTH
Martin
 

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