Please Help

  • Thread starter Thread starter dzeitler
  • Start date Start date
D

dzeitler

I'm trying to filter contacts by state. I know how to use auto filter to
list all contacts in one state but I want to list contacts in 5
different states. can auto filter do this and how? Thanks
 
You can use Data|Filter|Advanced filter with a criteria range.

Debra Dalgleish has some notes at:
http://contextures.com/xladvfilter01.html

Or you could use another column that returns a value based on a formula:

=or(a2={"il","wi","oh","ky"})
Drag down the column and then filter by that column.
 
Assuming these are relatively permanent groupings, such as sales
territories, etc......you can add a new column and assign a Territory number
to all the states within each group.......ie, all five of your sample states
would be assigned Territory number 3, etc, and other groups other numbers,
then just AutoFilter on that column to bring up each group.

Vaya con Dios,
Chuck, CABGx3
 

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