+ Reply to Thread
Results 1 to 6 of 6

Filtering data

  1. #1
    Registered User
    Join Date
    05-09-2010
    Location
    Belgrade,Serbia
    MS-Off Ver
    Excel 2013
    Posts
    33

    Filtering data

    This driving me nuts as i'm completely newbie in Excel.

    In the first column i have the home teams and away teams in the second.What i'm trying to do is to make combo box in the third(or wherever) which links up those two columns.

    f.e.

    home(1) away(2) overall(3)???
    Arsenal Chelsea 1-1
    Chelsea Manchester 1-0
    Manchester Arsenal 0-0

    So if i click Arsenal from the list(autofilter) in the first column(1) it apears Arsenal-Chelsea,same action(clicking Arsenal from the list) with the second column(2) gives Manchester-Arsenal.What i need is combo box in the third column(3)(or wherever) which,when i click f.e. Arsenal from its drop-down list,shows all Arsenal's matches(no matter if it was at home or away).

    Hope that was clear.

    Tnx in advance.
    Last edited by Stefan22; 05-13-2010 at 05:31 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filtering data

    You would need to create a formula in the 3rd column

    e.g

    =OR(A2="Arsenal",B2="Arsenal")

    and copy down..

    Then filter for TRUE.

    Note: You can enter the criterial... "Arsenal" without quotes, say in C1

    Then in C2: =OR(A2=C$2,B2=C$2) copied down

    And filter for TRUE.

    So when you change the word in C1, then a different set of TRUE statements come up to filter for.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-09-2010
    Location
    Belgrade,Serbia
    MS-Off Ver
    Excel 2013
    Posts
    33

    Re: Filtering data

    Thanks for quick response mate.

    The problem is that the process you describe is too slow(typing in the first place) and doesn't fit my needs.I need to filter it with just one click,as in the both first and the second column(home and away).

    Is there any way to create combo box in C1 and just pick the team from a drop list?Possible?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filtering data


  5. #5
    Registered User
    Join Date
    05-09-2010
    Location
    Belgrade,Serbia
    MS-Off Ver
    Excel 2013
    Posts
    33

    Re: Filtering data

    No it doesn't help,too much for me,i'm struggling even with the basic functions,let alone those codes and stuff.
    Tnx anyway.

  6. #6
    Registered User
    Join Date
    05-09-2010
    Location
    Belgrade,Serbia
    MS-Off Ver
    Excel 2013
    Posts
    33

    Re:Filtering data

    I managed to sort this out in the meantime.

    NBVC,
    Thank you once again.

+ 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