Sorting by "High", "Medium" and "Low"

M

MEGray

I'm trying to sort the rows in my spreadsheet based upon their priority -
High, Medium or Low. I can sort them so that all the Highs are grouped
together and then the Lows and then the Mediums, but I want the Highs listed
first and then Mediums and then Lows. Right now I can only figure out how to
sort alphabetically A to Z or Z to A.

I've tried the custom sort, but can't seem to get it to work.

Can anyone help?
 
M

Mike H

Hi,

You need a helper column. Say you High, medium , low are in column A, put
this in an empty column and drag down.

=IF(A1="High",1,IF(A1="Medium",2,3))

Sort on this column and you can hide it if you want.

Mike
 
R

RonaldoOneNil

Tools - Options - Custom Lists tab
Type High Medium and Low into the List entries list box pressing rturn after
each
Click add and they will be added to the Custome lists listbox.
Click the OK button.
Now when you sort your data click on the options button and choose your new
high, medium and low option from the dropdown box
 
P

Pete_UK

A quick way is to highlight the column with those values in and CTRL-H
(Find & Replace) as follows:

Find what: Low
Replace with: zLow
click Replace All

Now when you sort it will be in the order High, Medium and zLow, then
then you can use Find & Replace backwards to change the zLow back to
Low.

Hope this helps.

Pete
 
R

RagDyeR

You *first* must create a "Custom List":

From the Menu Bar:
<Tools> <Options> <Custom Lists>

In the right window, under "List Entries", type
High
then hit<Enter>, type
Medium
then hit <Enter>, type
Low
then click on "Add".
Then <OK>.

Now, select the column(s) to sort, and choose "Options" from the Sort
window.

In the "Sort Options" window, expand the "First Key Sort Order", and click
on your new list.
Click <OK>,
Click <OK> again,
And you're done!
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


I'm trying to sort the rows in my spreadsheet based upon their priority -
High, Medium or Low. I can sort them so that all the Highs are grouped
together and then the Lows and then the Mediums, but I want the Highs listed
first and then Mediums and then Lows. Right now I can only figure out how
to
sort alphabetically A to Z or Z to A.

I've tried the custom sort, but can't seem to get it to work.

Can anyone help?
 
M

MEGray

Thanks for responding Mike H. I've tried using your formula, and it works
for the Highs, but both the Mediums and the Lows are showing up as "3". I've
modified the formula to account for where my data starts (I have headers),
but can't figure out how to modify it to treat the Lows differently.

=IF(C2="High",1,IF(C2="Medium",2,3))

Can you help?
 
M

MEGray

Hey RonaldoOneNil, thanks for responding!

I'm using Office 7, so I've gone to the Home tab, then clicked on Sort &
Filter and then selected Custom Sort. I've added a new level (sort by =
urgency, sort on = values and order = High, Medium, Low), but when I click
OK, it doesn't resort my spreadsheet accordingly.

I'm also not seeing my custom sort option -- I see Sort A to Z, Sort Z to A
and Sort by Color. The Sort by Color option allows me to go to Custom Sort
and I see my new level, but not sure how to select it.

Any suggestions?
 
M

MEGray

I wanted to respond to my post, because your instructions actually worked, I
was using "Med" in my spreadsheet, but had set up a list to sort by "Medium".
Thank you!

Megan
 

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

Excel Averages 1
High = 4 7
High = 4 take 2 4
Excel Averages III 14
Sorting 2
chart combinations 1
Custom Sort order issue 2
Query Crosstabs Column Headings... 2

Top