+ Reply to Thread
Results 1 to 7 of 7

Lookup to match orginisation chart against employee listing

  1. #1
    Registered User
    Join Date
    03-21-2016
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    2

    Lookup to match orginisation chart against employee listing

    Hi There

    I want to be able to perform a lookup function to search against an orginsation chart based on an employee's unique number. In another sheet i want to compare an organised list that has salary information and employee numbers and pull the FTE value from the org chart.

    Because the org charts arent in a uniform i am having issues using a normal index match function. Any suggestions how to create a formula.

    The below example has the employee number in the 1st column and the result i wish to retrieve being the 1 value in the 4th column. The orginisation chart has lots of people with the same format however spread across varying location in the sheet. I believe i am having issues as my current formula =INDEX(Editorial!$B$7:$BT$59,MATCH('TEC Feb'!A2,Editorial!$B$7:$BT$59,)) dosent take into account the column match and i am not sure how to have two match functions with the same index. I am also unsure if having my array the same as the lookup field is incorrect. Apologies if my understanding or language used is incorrect.

    26689 1.0
    Editor (ABC)
    Amie Hickland

    14464 1.0
    Editor (ATN)
    Rob McKay

    Regards
    Andrew
    Attached Files Attached Files
    Last edited by hughzy; 03-21-2016 at 11:45 PM.

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Lookup to match orginisation chart against employee listing

    Post a sample file showing manually what are the expected results.

  3. #3
    Registered User
    Join Date
    03-21-2016
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Lookup to match orginisation chart against employee listing

    I have attached a condensed file showing what i am trying to achieve. The attached is a smaller version of a large file which isnt practical to completely reformat.

  4. #4
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Lookup to match orginisation chart against employee listing

    using CSE formula
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    ive broken it down in two columns in the example file to see how this formula is constructed

    essentially
    the helper column finds the column in which the staff member number is
    then using offset mixed in with match/index formula does the rest
    Attached Files Attached Files
    Last edited by humdingaling; 03-22-2016 at 12:11 AM.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Lookup to match orginisation chart against employee listing

    None volatile solution:

    =INDEX('ORG Chart'!B$1:Q$33,MAX(IF('ORG Chart'!B$1:Q$33=A2,ROW('ORG Chart'!B$1:Q$33))),MAX(IF('ORG Chart'!B$1:Q$33=A2,COLUMN('ORG Chart'!B$1:Q$33)))+1)


    Array Formula: Press Ctrl+Shift+Enter, not just Enter

  6. #6
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Lookup to match orginisation chart against employee listing

    uses mama's solution its much easier to use and understand

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Lookup to match orginisation chart against employee listing

    ARRAY formula in 2nd row then drag down.
    Please Login or Register  to view this content.
    This ARRAY formula also works
    Please Login or Register  to view this content.
    Last edited by kvsrinivasamurthy; 03-22-2016 at 06:42 AM.

+ 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: 17
    Last Post: 02-14-2024, 07:07 AM
  2. Replies: 9
    Last Post: 11-20-2014, 04:27 PM
  3. Lookup, match and index to return percentage to table to draw a radar chart
    By smudgepost in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2014, 11:31 AM
  4. [SOLVED] Employee lookup, index match
    By nickmessick1 in forum Excel General
    Replies: 3
    Last Post: 07-03-2013, 12:02 PM
  5. Listing all results that match a test....
    By nedwards1980 in forum Excel General
    Replies: 3
    Last Post: 08-08-2012, 11:08 AM
  6. Match name with employee id
    By BUSJEDWA in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-03-2008, 10:38 AM
  7. Employee Wage Lookup
    By Rick in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-08-2005, 04:05 PM

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