+ Reply to Thread
Results 1 to 5 of 5

Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

  1. #1
    Registered User
    Join Date
    03-23-2015
    Location
    Port Saint Lucie, Florida
    MS-Off Ver
    2010
    Posts
    2

    Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

    Hi All,

    I just registered with this site and right off the bat I need help. The spreadsheet attached is one I have been working on. The main issue is that the data I'm looking for is not in a consistent column but in different columns instead.

    Let me explain, my spreadsheet is made of two worksheets, one is called "Roster" and the other is called "Export Agent Data". The "Export Agent Data" worksheet contains Login IDs along with a series of Skill Numbers (SN) and Skill Levels(SL). However, those Skill Numbers are not dumped in any organized manner. I need to be able to look at specific Serial Numbers from the "Roster" worksheet and if the same number is found for a specif Login ID, display the number to the right of the Skill Number which is the Skill Level.

    Can someone help decipher this?

    My respects goes to whoever has the expertise to solve it.

    Thanks in advance,

    Juan
    Attached Files Attached Files

  2. #2
    Forum Expert NeedForExcel's Avatar
    Join Date
    03-16-2013
    Location
    Pune, India
    MS-Off Ver
    Excel 2016:2019, MS 365
    Posts
    3,873

    Re: Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

    So for eg, the 1st Serial Number 1757 is Found on multiple Cells on Export Agent Data Sheet..

    What happens in that case?
    Cheers!
    Deep Dave

  3. #3
    Registered User
    Join Date
    03-23-2015
    Location
    Port Saint Lucie, Florida
    MS-Off Ver
    2010
    Posts
    2

    Re: Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

    The number appears only one time per row so the most a Login ID can have a Skill Number is 1

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

    TRy this, copied down and across...
    =IFERROR(INDEX('Export Agent Data'!$C2:$CD2,MATCH(Roster!B$1,'Export Agent Data'!$B2:$CC2,0)),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Looking for Values in Different Columns - VLOOKUP, MATCH, INDEX ???

    Please Login or Register  to view this content.
    Try this in B2 and copy across
    if it is not you are looking for please give manual result for 2 or 3 cases
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. [SOLVED] Vlookup/index/match to return all values that match
    By Asil01 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-09-2014, 12:49 PM
  2. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  3. VLOOKUP/INDEX/MATCH to return all values that match
    By lijia00 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-05-2014, 11:56 AM
  4. [SOLVED] vlookup or index-match for multiple columns
    By nmprodan in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-10-2013, 10:48 PM
  5. index/match function as vlookup for 2 columns
    By chmielko in forum Excel General
    Replies: 3
    Last Post: 05-04-2011, 07:30 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