+ Reply to Thread
Results 1 to 5 of 5

Index and match issue

Hybrid View

esupply Index and match issue 03-11-2010, 11:39 AM
NBVC Re: Index and match issue 03-11-2010, 11:52 AM
esupply Re: Index and match issue 03-11-2010, 12:02 PM
NBVC Re: Index and match issue 03-11-2010, 12:06 PM
esupply Re: Index and match issue 03-11-2010, 12:12 PM
  1. #1
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Index and match issue

    Good morning everyone,
    I am having trouble with a formula on indexing and matching some information from 1 page to the next. It keeps bringing in information from a cell that im not referencing,,,please see attached sheet to see what im taliking about,, any help will be greatly appreciated ...ok well i cant attach the sheet i got an error code 'Your submission could not be processed because a security token was missing.:"
    So here is my formula
    IFERROR(INDEX(Ground3!$A$2:$AQ$10,MATCH($B$2,Ground3!Y2:Y10,0),MATCH($S$1,Ground3!$A$1:$AQ$1,1)),"")
    And the information that i am trying to get is located in column T
    Last edited by NBVC; 03-11-2010 at 12:28 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: Index and match issue

    Why are you referencing Y2:Y10 in the Row Match argument?



    Maybe Try... assuming you want to match B2 to A2:A10

    =IFERROR(INDEX(Ground3!$A$1:$AQ$10,MATCH($B$2,Ground3!$A$1:$A$10,0),MATCH($S$1,Ground3!$A$1:$AQ$1,1)),"")
    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
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Index and match issue

    Becasse the information that i need is in column T on ground3 sheet,,,ok i got an example uploaded
    Attached Files Attached Files

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

    Re: Index and match issue

    Try:

    =IFERROR(INDEX(Ground3!$A$2:$AQ$10,MATCH($B$2,Ground3!$Y$2:$Y$10,0),MATCH($S$1,Ground3!$A$1:$AQ$1,0) ),"")

    It's the 0 in the last MATCH() that finds exact match.. you had 1, which finds approximate match in ascending ordered list.

  5. #5
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Index and match issue

    Ughhhh I dont know where my brain has been latley,,, i must be on early vacation,,,im leaving tomorrow for 2 week woohooo,,,thanks NBVC

+ 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