+ Reply to Thread
Results 1 to 5 of 5

List employee name based on multiple criteria - how?

  1. #1
    Registered User
    Join Date
    04-20-2011
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2013
    Posts
    54

    List employee name based on multiple criteria - how?

    Hi all,

    I have an Excel sheet with data, as seen in attached file.

    I need a formula that can list the "Personnel Name" (column D) based on the "Cost Center Name" (column C). I.e. if I select the Cost Center Name for "Technology department" then a list with Personnel Names from that department is populated. The Personnel Name must only be listed once. How can I do that?

    I tried searching for a solution but cannot find a relevant one. Some people mention INDEX + MATCH others VLOOKUP or SUMIFS....but I cannot get that working.

    Thank you in advance for your help.
    Attached Files Attached Files
    Last edited by Kagesen; 05-27-2016 at 03:39 AM.

  2. #2
    Registered User
    Join Date
    11-09-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2007
    Posts
    80

    Re: List employee name based on multiple criteria - how?

    Hey Kagesan. This website should help you do this:
    http://www.globaliconnect.com/excel/...=77&Itemid=473
    n.b. make sure you pay heed to the part about using an array formula.
    Cheers

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,171

    Re: List employee name based on multiple criteria - how?

    I produced a list of employees using the "Data" ==>"Remove Duplicates" (See Sheet1).

    Copied this to column L and then matched employees vs Cost Center

    =INDEX($C$2:$C$5000,MATCH($L1,$D$2:$D$5000,0))

    in F12

    =IFERROR(INDEX($L$1:$L$250,SMALL(IF($K$1:$K$250=$G$7,ROW($L$1:$L$250)-ROW($L$1)+1,""),ROWS($1:1))),"")

    Enter with Ctrl+Shift+Enter

    Copy down
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-20-2011
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2013
    Posts
    54

    Re: List employee name based on multiple criteria - how?

    Thanks for a very brilliant solution JohnTopley :-) it worked like a charm with a small modification to my sheet.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,171

    Re: List employee name based on multiple criteria - how?

    Appreciate the rep and feedback.

+ 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: 7
    Last Post: 04-18-2016, 07:02 AM
  2. How to get names from a list based on multiple criteria
    By lloyd88 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-15-2016, 11:04 AM
  3. Return list based on multiple criteria
    By Arcadia in forum Excel General
    Replies: 1
    Last Post: 03-13-2014, 01:54 PM
  4. [SOLVED] Calculating list data based on multiple criteria
    By squigman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2013, 07:35 PM
  5. List Results Based on Multiple Criteria
    By scottcnichols in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-23-2013, 12:30 PM
  6. Replies: 1
    Last Post: 09-06-2011, 09:16 PM
  7. Pull from list based on multiple criteria
    By chitownsox14 in forum Excel General
    Replies: 3
    Last Post: 04-20-2011, 12:12 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