+ Reply to Thread
Results 1 to 6 of 6

Indexing with duplicates issue

  1. #1
    Registered User
    Join Date
    06-07-2012
    Location
    Richmond, Va
    MS-Off Ver
    Excel 2007
    Posts
    26

    Indexing with duplicates issue

    In the file attached I am trying to pull out open and filled positions for HR into department worksheets.

    Everything seems to be working except for the Member Operations tab, which is pulling in one of the jobs just fine but the others that are deemed to be in MemberOperations dont seem to want to populate.

    The "Category lookups" tab establishes the crosswalks for which category is in which department.

    Thanks in advance!

    Department Position Status working file.xlsx

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Indexing with duplicates issue

    I see lots of trailing spaces in Column E of OpenPositions sheet, and in Category Lookups sheet. Also you Vlookup in column A of OpenPositions doesn't cover the full range in Category Lookups.

    You need some cleanup work first...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-27-2012
    Location
    Saldanha, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Indexing with duplicates issue

    You have a lot of trailing spaces behind the word MemberOperations, that's why it's broken. Let me explain: go to your OpenPositions sheet, copy column A and paste as values. Then press F2 on each of the cells with the word MemberOperations, you will see that there is a lot of space(s) behind some. It only the one without the spaces that gets pulled into your MemberOperations sheet. The problem is within your "Filled Positions by Department.xls" document from where you do the lookup.

  4. #4
    Registered User
    Join Date
    06-07-2012
    Location
    Richmond, Va
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Indexing with duplicates issue

    ok I understand its a little messy, the data in the filled and open sheets is copy pasted for a vendor, but my question is, if ultimately the category vlookup is spitting out the correct department, why isnt the index on that department's page properly populating the position?

    I have adjusted the category lookup to run from $A$1:$B$100.

    important edit : i have fixed the trailing spaces in the category lookup sheet, but I'd like to be able to work around the trailing spaces in the filled and open sheets so that the intern doesnt have to go in and delete the spaces every month, simply copy paste the values.
    Last edited by kerui; 08-27-2012 at 10:31 AM.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Indexing with duplicates issue

    If I update the formula in A10 of OpenPositions sheet to:

    =IFERROR(VLOOKUP(E10,'Category Lookups'!$A$1:$B$100,2,FALSE),"")

    and copy down, then in sheet MemberOperations, I get 4 rows of data pulled up in the Open Positions section.

  6. #6
    Registered User
    Join Date
    06-07-2012
    Location
    Richmond, Va
    MS-Off Ver
    Excel 2007
    Posts
    26

    Re: Indexing with duplicates issue

    oh wow I cant believe I missed the formula there being so off, I have no idea how it got linked to another worksheet. as always you guys are great, thanks!!!

+ 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