help using lookup and some kind of ranking criteria

G

Guest

Hi,

I have a table like this:

A B
Name January
Tom 150,000
Bob 100,000
Jane 90,000
Lisa 200,000
Fred 50,000

Is there a way to use a lookup function to retrieve all of the names that
are, say, greater than 100K in descending order and all of the names that are
less than 100K in descending order? Sorting is not an option.

My end result should look like:
Lisa
Tom
Bob
Jane
Fred

Thanks!
 

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