+ Reply to Thread
Results 1 to 3 of 3

Match function problems

Hybrid View

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    Washington, D.C.
    MS-Off Ver
    Excel 2007
    Posts
    5

    Match function problems

    I've spent at least two hours trying to figure out why this isn't working. It's driving me nuts.

    I want to match text from one sheet and match it with text in another sheet, but it never seems to work where I need it. (I'm trying to build an index-match function to return numbers associated with the team, and it is the match portion that continues to fail)

    Please take a look! I've greatly simplified it.
    Attached Files Attached Files
    Last edited by tradergreg; 11-25-2011 at 05:43 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: Match function problems

    I few problems...

    1. You have some trailing spaces in column A of Sheet1. Remove them.

    2. Your lookup range starts at row 4, but should include row 3 too.

    3. If you want to lookup multiple columns to return row number and you want to use MATCH, you need to do one at a time.

    e.g. =IFERROR(MATCH(A2,Sheet2!$I$2:$I$20,0),MATCH(A2,Sheet2!$J$2:$J$20,0))

    copied down.
    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
    10-07-2011
    Location
    Washington, D.C.
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Match function problems

    Yes, it was the trailing spaces that ended up being the issue. I had them for my list of 32 teams and then on my list of 250+ games, and since they matched I thought they should work. However, they didn't but did once I removed the spaces from my list of 32 and edited the formulas that generated the matching list, if that makes sense.


    Everything works how. Thanks and happy holidays!

+ 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