Filtering a list

L

Linda

Hi,
Thanks for reading this. Hopefully there is a much
simpler solution then what I have been trying.

I have a customer type: ex. (Buyer, Seller, etc.)
I have the actual customer names: (Joe, Sally, Tim, Jan)

in a list like this:
Buyer Joe 1CedarSt
Buyer Sally 2ElmSt
Seller Tim 3OakSt
Seller Jan 4PineSt

I'm trying to filter out first, whether the customer is a
buyer or seller, then based on that filter list the
customer names and allow the selection of that name to
bring up the address in this format.

Joe
1CedarSt

I can't seem to filter the list of customer names, based
on the filter for whether it's a buyer or a seller.
Thanks
 
P

Peo Sjoblom

Use data>autofilter, it will give you the lists you want but it won't give
you the format
of

name
address

you would need to copy and paste to do that.

why you can't use

name address
joe 1CedarSt
 

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