+ Reply to Thread
Results 1 to 10 of 10

INDEX/MATCH Lookup based on Data from another sheet

  1. #1
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    INDEX/MATCH Lookup based on Data from another sheet

    In my attached worksheet, I have a set of names with a designated team assigned to some of them. For the players assigned a team, I would like them to populate to the correct team on the Live Roster Grid sheet matched up with the position they play with the corresponding position from column H of the Draft Board.

    Teams 1-10 work great with my formula but I can't seem to get teams 11-20 to populate with the same formula. Worksheet attached. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    I think it's something super small in my formula just to tell it to look up a different row but I'm having the hardest time figuring it out. Any help would be great. Thank you!

  3. #3
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Still looking for help on this topic if anyone can help. Thanks!

  4. #4
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Got to hit a deadline tomorrow morning with this project, hopefully someone can help me with this issue, I'm sure it's something super small I'm just such a novice at Excel that the littlest thing can throw me off my path for hours.

  5. #5
    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,946

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Change that last part to this...
    COUNTIF($B$49:$B90,$B49))),"")
    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

  6. #6
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Quote Originally Posted by FDibbins View Post
    Change that last part to this...
    COUNTIF($B$49:$B90,$B49))),"")
    When I enter this formula it half works, it picks up Jose Altuve, who should be placed at 2B for team 11 which it does, but for some reason it doesn't pick up SP Zack Greinke for Team 11. Any idea why? Thanks

  7. #7
    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,946

    Re: INDEX/MATCH Lookup based on Data from another sheet

    oops I didnt get that last part right...
    =IFERROR(INDEX('Draft Board'!$C$31:$C$1104,SMALL(IF(('Draft Board'!$I$31:$I$1104=TRIM(C$48))*('Draft Board'!$H$31:$H$1104=TRIM($B49)),ROW('Draft Board'!$I$31:$I$1104)-ROW('Draft Board'!$I$31)+1),COUNTIF($B$49:$B49,$B49))),"")

  8. #8
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Quote Originally Posted by FDibbins View Post
    oops I didnt get that last part right...
    =IFERROR(INDEX('Draft Board'!$C$31:$C$1104,SMALL(IF(('Draft Board'!$I$31:$I$1104=TRIM(C$48))*('Draft Board'!$H$31:$H$1104=TRIM($B49)),ROW('Draft Board'!$I$31:$I$1104)-ROW('Draft Board'!$I$31)+1),COUNTIF($B$49:$B49,$B49))),"")
    Awesome! Thanks very much

  9. #9
    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,946

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Glad we finally got it resolved for you, and thanks for the feedback

  10. #10
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: INDEX/MATCH Lookup based on Data from another sheet

    Quote Originally Posted by FDibbins View Post
    Glad we finally got it resolved for you, and thanks for the feedback
    Thanks FDibbins! You were helping me with my other thread also, still haven't got that one finished. Take a look if you get a chance, appreciate your help!

+ 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] INDEX Lookup based on Rank and Data from another sheet
    By mlbdc2012 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-06-2015, 03:39 AM
  2. Lookup, Index, Offset or Match based on row value
    By lucasreece in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-18-2015, 10:27 AM
  3. [SOLVED] Lookup temperature based on closest time using INDEX and MATCH
    By gshafiq in forum Excel General
    Replies: 7
    Last Post: 09-09-2014, 03:58 PM
  4. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  5. [SOLVED] Sumifs or lookup or index/match based on columns and rows
    By ned0 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2013, 08:48 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