Sorting data in multiple columns

S

Sadie5757

I have a database of applicants that have multiple degree's. Degree 1,
Degree2, and Degree3 are all in there own columns respectively. Most
Applicants only have one degree, but I would like to view those that have two
or more.

Thanks in advance for your responces.
 
S

Sean Timmons

Well, you have a couple options. You can do a Sort - Data - Sort. Then, you'd
sort by Degree 1, then degree 2. Blanks will go to the bottom. Howeveer, if
for some reason Degree 1 can be blank while 2 and 3 are not, you can do a
countif on the right: =countif(degree1:degree3,>"") (replace degree 1 through
degree 3 with column and row references)
 
S

Spiky

Well, you have a couple options. You can do a Sort - Data - Sort. Then, you'd
sort by Degree 1, then degree 2. Blanks will go to the bottom. Howeveer, if
for some reason Degree 1 can be blank while 2 and 3 are not, you can do a
countif on the right: =countif(degree1:degree3,>"") (replace degree 1 through
degree 3 with column and row references)

Another option is to use Autofilter. Just choose whatever set you want
to see. So Nonblanks in the Degree2 column and Blanks in the Degree3
column would give you all those with only 2 degrees. And so forth.
 

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