+ Reply to Thread
Results 1 to 5 of 5

Index/ Match/ Lookup questions

  1. #1
    Registered User
    Join Date
    09-06-2012
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    28

    Index/ Match/ Lookup questions

    Hi there. I have question related to the spreadsheet I uploaded.
    Basically, on tab 1 I have a drop down menu that lists 3-4 contractor names.
    I want to populate the table on sheet 1 with the corresponding values on sheet 2 based on the drop down value.
    I've attached the spreadhsheet for clarification. I am not sure if this is possible.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Index/ Match/ Lookup questions

    There's only one name in your dropdown. Also first get rid of merged cells, they are nothing but trouble

  3. #3
    Registered User
    Join Date
    09-06-2012
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Index/ Match/ Lookup questions

    I've modified the cells to remove the merging. I also added the other items to the
    drop down menu. I've tinkered with some index/match but no luck so far
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-06-2012
    Location
    New York
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Index/ Match/ Lookup questions

    Any takers?

  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,931

    Re: Index/ Match/ Lookup questions

    not sure where your drop-down comes into play, but use this in D19, copied down and across
    =INDEX($G$2:$K$9,MATCH($B19,$H$2:$H$9,0),MATCH(D$18,$G$1:$K$1,0))

    Also note that the headings in both tables MUST be identical, or you will get an error msg
    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

+ 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