Can you sort a list based on catagory names without useing a custom list?

  • Thread starter Thread starter BobbyFlanigan
  • Start date Start date
B

BobbyFlanigan

Can you sort a list based on catagory names without useing a custom
list?

Thanks,
Bobby
 
Without a custom list, you can only sort the names alphabetically, ascending
or descending.

Stan Scott
New York City
 
How about a table of names to category.

Then a helper column that returns the category:

Say Sheet2!a:b held the table.

=vlookup(a1,sheet2!a:b,2,false)

and drag down.

Then sort by this column.
 

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