Sorting a portion of a range

  • Thread starter Thread starter gbeard
  • Start date Start date
G

gbeard

I have a range, A1:P150, and I sort this range numerically based on columns
C throug P. Once it's sorted with the smallest on top, I'd like to sort
alphabetically, based on column A, just those that are less than a
threshold.
Any ideas?

Thanks again in advance,
 
Create another column with a formula of...
if A meets my criteria, enter 1, else enter 0
Something like =if(A2="New York",1,0)

Sort on your C through P range
then
Sort on your new column with the above formula.

HTH,
Gary Brown
 

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

Back
Top