+ Reply to Thread
Results 1 to 4 of 4

vlookup with index match ... is this possible?

  1. #1
    Forum Contributor
    Join Date
    03-09-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    235

    vlookup with index match ... is this possible?

    Hi Guys,

    i don't know if i can mix the vlookup and index match into one formula but i dont know how to do it.

    can anyone here know how to do this? please help me.

    i have attached a dummy file that i need to look the value from Data tab and from summary it will mark it as X if found in data tab.



    thanks in advance!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: vlookup with index match ... is this possible?

    Put this formula in B3 of the Summary sheet:

    =IF(COUNTIF(INDEX(Data!$B$2:$L$21,MATCH($A3,Data!$A$2:$A$21,0),0),B$1)>0,"x","")

    Then copy that cell's formula into E3 and into H3.

    Then put this formula in C3:

    =IF(B3="x","x","")

    and copy that into cells D3, F3, G3 and I3. Then copy B3:I3 down to row 22.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    03-09-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    235

    Re: vlookup with index match ... is this possible?

    Thanks, Pete_UK.

    But it mark "X" all of the fields in summary tab.

    i.e report 1 should have a mark X in Sample 1 and 2 only.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: vlookup with index match ... is this possible?

    The attached file contains the formulae.

    Hope this helps.

    Pete
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-13-2014, 04:16 AM
  2. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  3. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  4. Replies: 2
    Last Post: 03-16-2012, 12:03 PM
  5. match value in one column to adjacent value: use vlookup or index/match?
    By conorsgaffney in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2010, 04:59 PM

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