+ Reply to Thread
Results 1 to 6 of 6

excel need to link names to courses done

  1. #1
    Registered User
    Join Date
    10-19-2009
    Location
    tyne & wear
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    37

    excel need to link names to courses done

    I Have been able to link the Groups on the left E,G Drop down menu (name & number) to go in to box under “Employee name & works number group 1”using “VLOOKUP”.
    Now I am stuck with “course name & date” I need to link the name to courses that the named has done there are about 170 men spilt in to 7 groups.
    So as you select name from (on left drop down menu) the name is entered under “employee name & number” (got that) the goal is to link names to courses & show as a drop down menu.
    When you change name to next name the courses that man has done changes to the courses he has done.
    On attached sheet is list of a few courses names line 32 note not all names or courses entered
    Any help is very much appreciated
    Tried different formulas to no avail
    Note office 2003
    Attached Files Attached Files
    Last edited by hugrl; 10-20-2009 at 08:28 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: excel need to link names to courses done

    Hi,

    this explanation is a tad better than in your previous post, so here comes a formula:

    in I5 use

    =INDEX($I$33:$K$71,MATCH(G5,$K$33:$K$71,0),1)

    in I8 use

    =INDEX($I$33:$M$71,MATCH(G8,$M$33:$M$71,0),1)

    for each following formula in column I, you need to add two columns to the INDEX range and move the MATCH range by two columns, so in I11 it would be

    =INDEX($I$33:$O$71,MATCH(G8,$O$33:$O$71,0),1)

    hth

  3. #3
    Registered User
    Join Date
    10-19-2009
    Location
    tyne & wear
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    37

    Re: excel need to link names to courses done

    Hi thank you very much but I am self taught in excel so I may not have explained mysesf clear great what you gave me & I greatly apprecate it it but in I5 it needs to show all coursed as in drop down menu or show all from I33 to I71
    It looks like I will Have to do a list for each man as not all will have done same course on same date
    Again thank you very much you have be a great help

  4. #4
    Registered User
    Join Date
    10-19-2009
    Location
    tyne & wear
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    37

    Re: excel need to link names to courses done

    Hi thank you very much but I am self taught in excel so I may not have explained myself clear great what you gave me & I greatly apprecate it but in I5 it needs to show all courses as in drop down menu or show all from I33 to I71
    It looks like I will Have to do a list for each man as not all will have done same course on same date
    Again thank you very much you have be a great help

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: excel need to link names to courses done

    Hi Hugrl,

    a drop-down list is used for data entry. You seem to want to use it for displaying data that is calculated from somewhere? What is the purpose of the cell? What do you want to achieve?

    If you want to create a list of which person did which course, your data layout is not the best. You'd be much better off with a simple list like

    name - group - date - course

    and then you can use tools like Autofilter or Pivot Tables to summarise and see all courses for one person and much more. But with your current data layout, any kind of summary will be a pain to create.

    cheers

  6. #6
    Registered User
    Join Date
    10-19-2009
    Location
    tyne & wear
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    37

    Re: excel need to link names to courses done

    Hi Teylyn
    I was just trying to make it easier at the moment I have spreadsheet with 170 name in a column & 40 courses along the top I was trying to get them all on the screen so to click on a name it then showed all courses that man has done to date instead of srolling down for name then across for course
    I will try something else
    Thanks for your time & help

+ 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