+ Reply to Thread
Results 1 to 4 of 4

Index & Match from table With Drop Down List

  1. #1
    Registered User
    Join Date
    12-17-2020
    Location
    London
    MS-Off Ver
    2010
    Posts
    64

    Question Index & Match from table With Drop Down List

    Hello,

    I have a table with drop down list selection, When I select a program from the drop down menu in Program column in this table

    The other fields in the row should be filled automatically with data from the table in programs list sheet, on the same row relative to the program selected here. code, hours, number and type.

    I used VLOOKUP, INDEX MATCH, but all didn't for for me, maybe because it's a drop down menu selection.

    So I am missing something and can't find it

    Attached the excel workbook.

    Thanks for all who can help me sort it out.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Index & Match from table With Drop Down List

    Hi
    Try this -
    In D4: =INDEX('Programs List'!E:E, MATCH($C$2,'Programs List'!$C:$C,0))

    E4 =INDEX('Programs List'!D:D, MATCH($C$2,'Programs List'!$C:$C,0))

    F4 =INDEX('Programs List'!F:F, MATCH($C$2,'Programs List'!$C:$C,0))

  3. #3
    Registered User
    Join Date
    12-17-2020
    Location
    London
    MS-Off Ver
    2010
    Posts
    64

    Re: Index & Match from table With Drop Down List

    Thank you it works Thanks a lot for helping

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Index & Match from table With Drop Down List

    Great, you're welcome.

+ 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: 8
    Last Post: 09-30-2018, 12:53 PM
  2. [SOLVED] Dependent drop down list from Index Match
    By BWellman in forum Excel General
    Replies: 3
    Last Post: 06-08-2017, 02:25 PM
  3. Index match using drop down list
    By tenjim in forum Excel General
    Replies: 3
    Last Post: 05-03-2016, 02:56 PM
  4. [SOLVED] Index Match & MAX with Drop list
    By Imran Magsi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-03-2016, 04:59 AM
  5. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  6. [SOLVED] Drop Down List populated from Index Match
    By jonesyp in forum Excel General
    Replies: 6
    Last Post: 03-03-2014, 03:23 AM
  7. Two Drop Down List and INDEX, MATCH FUNCTION
    By Devi Suryani in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-18-2013, 02:37 AM

Tags for this Thread

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