+ Reply to Thread
Results 1 to 3 of 3

Index-match

  1. #1
    Registered User
    Join Date
    03-19-2012
    Location
    kl
    MS-Off Ver
    Excel 2007
    Posts
    29

    Index-match

    I am trying to return the position name from Data 2 sheet into Data 1 - the condition is if the ID in Data 1 match ID in Data 2 and DOJ in Data 1 match DOJ in Data 2 - return the position name.

    try to use index-match function, but it retun error ...

    help please
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Index-match

    Hello bertique,

    You are almost there. Just change red highlighted comma to "=" (without quotes) =INDEX('Data 2'!$H$2:$H$11,MATCH(1,('Data 1'!$B2,'Data 2'!$B$2:$B$11)*('Data 1'!$C2,'Data 2'!$C$2:$C$11),0))

    Also this require CTRL+SHIFT+ENTER, rather than just ENTER.

    You can also use this formula with just ENTER.

    Please Login or Register  to view this content.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    03-19-2012
    Location
    kl
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Index-match

    EXCELLENT!

    Thanks haseeb

+ 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