+ Reply to Thread
Results 1 to 3 of 3

Unique Entries

  1. #1
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Unique Entries

    Hello,
    How can I retrieve unique entries when:
    Column A = list of sites
    Columns B through E lists programs offered with values Y or N.
    Column B = tai chi
    Column C = cooking
    Column D = dance
    Column E = yoga

    Here are examples:
    I would like to see the sites that...
    1. ONLY have yoga.
    2. have cooking AND dance (nothing else)

    Thank you!!
    Last edited by VBA Noob; 07-03-2008 at 10:31 AM.

  2. #2
    Registered User
    Join Date
    03-08-2007
    Posts
    93

    Unique entries

    You can use Data.Filter.AutoFilter to allow you to select only those records in the list you want to see, be it using one filter (Yoga="Y"), or a combo (cooking=Y, dance= Y, Yoga=N) etc...

    SAE

  3. #3
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Unique Entries

    I get it.. thank you.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1