Results 1 to 9 of 9

Returning Multiple Values via Index Match that are < cell and = to another cell

Threaded View

  1. #1
    Registered User
    Join Date
    06-15-2015
    Location
    NY
    MS-Off Ver
    V10
    Posts
    13

    Returning Multiple Values via Index Match that are < cell and = to another cell

    Good Evening,

    I'm struggling to create a formula that creates a list of employees who fall below a certain salary.

    I have an excel file with thousands of employees - of varying jobs and roles. I've been trying to find a way to identify all of those employees of a certain job (selected in cell B2 (a text value)) who fall below the minimum market salary for that respective job (cell B6 (numeric value)). Therefore, if you select a different job in B2, a different minimum wage appears in B6.

    Say you select "waitress" in cell B2. Cell B6 now correctly shows the minimum market wage for "waitress." However, I have not been able to figure out how to identify all of the employees who fall below that specified range. I'm hoping to be able to create a list of employees that automatically updates as you select different jobs in cell B2...

    I've been trying to index-match the information and I've also been trying index with small & countif to create a "self populating" list. However, I seem to be having an error in terms of the "< than" piece.

    This is as far as I have gotten - but it just doesn't seem to be working...

    =INDEX('Employee Data'!$B$2:$B$4500,SMALL(IF(COUNTIF('Employee Data'!$D$2:$D$4500,"<"&$B$6)*COUNTIF('Employee Data'!$G$2:$G$4500,$B$2),ROW('Employee Data'!D3:D4501)-MIN(ROW('Employee Data'!D3:D4501))+1),ROW('Employee Data'!A2)),COLUMN('Employee Data'!A2))

    B2:B4500 = employee names
    D2:D4500 = employee annual salary
    G2:G4500 = job titles

    Let me know if you have any questions. I hope this makes sense
    Last edited by covanpatten2; 06-19-2015 at 11:05 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Returning multiple distinct/repeating values for vlookup or index-match
    By amatvien in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-21-2018, 01:14 PM
  2. [SOLVED] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  3. [SOLVED] Excel - Returning multiple values in a single cell that match criteria
    By amazinz2006 in forum Excel General
    Replies: 13
    Last Post: 01-25-2014, 09:35 PM
  4. Replies: 8
    Last Post: 06-29-2012, 10:20 PM
  5. Returning MULTIPLE values with Index and Match
    By Fly in forum Excel General
    Replies: 1
    Last Post: 06-01-2006, 12:55 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