Is there a way to place a row in numeric/alpheberical order?

K

Krystle

I have a list of part numbers that we are constantly using... and I am trying
to make a list of them and just want these part #'s to go in
numeric/alphabetical order as they are entered. Is there a way to do this?
 
G

Gary''s Student

An easy way to sort-on-the-fly is to use a helper column. Say you are
entering part numbers in A1 thru A100.

In B1 put:

=LARGE(A:A, ROW()) and copy down

Column B will be the sort of column A (in descending order). As you enter
items in column A the items in column B will automatically adjust themselves.
 
K

Krystle

Okay, that worked. Thank you. But what if there are letters associated within
the part number I am trying to sort?
 
G

Gary''s Student

Give me some examples.
--
Gary's Student


Krystle said:
Okay, that worked. Thank you. But what if there are letters associated within
the part number I am trying to sort?
 

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