+ Reply to Thread
Results 1 to 2 of 2

Extracting rows/data according to certain criteria from input control

  1. #1
    Registered User
    Join Date
    12-18-2019
    Location
    Turin
    MS-Off Ver
    Office 365
    Posts
    7

    Extracting rows/data according to certain criteria from input control

    Hello everybody,

    I have a huge data set from which I need to find and elaborate results.
    In this example I need to identify people who have a combination of certain skills (value 0-5) and certifications(Yes if they have it). I have to cross match with lookup every time and I want to automate it.
    Suppose I need to find all the people who have a certain skill level e.g. Excel skill level 4 or 5 and they must have Prince certification. I want to have a way, maybe with some automatic controls that give me a drop down list to select a skill and certification and then elaborate in a new sheet a table that helps me identify the people who have that combination. OR also a combination of skills with certain level.

    Thanks a lot !!
    Tavi
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-15-2019
    Location
    Not here
    MS-Off Ver
    2010
    Posts
    257

    Re: Extracting rows/data according to certain criteria from input control

    Hi,

    I am not that familiar with pivot tables but maybe this array formula can achieve your desired results:

    In cell G8:

    =IFERROR(INDEX($B$3:$F$14, SMALL(IF(COUNTIF($I$3, $D$3:$D$14)*COUNTIF($I$4, $E$3:$E$14)*COUNTIF($I$5,$F$3:$F$14), ROW($B$3:$F$14)-MIN(ROW($B$3:$F$14))+1), ROW(A1)), COLUMN(A1)),"")



    CTRL+SHIFT+ENTER to make it an array then drag across and down

    I hope this helps

    PS I went a few steps further with Rev 1 (macro workbook). You can search by 2 criteria, 3 criteria, or by name and list all of their skills.
    Last edited by crazyforexcel; 02-19-2020 at 01:06 PM.
    This user is no longer subscribed to this thread.

+ 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. Extracting rows of data based on multiple criteria from a list
    By cnak in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-04-2018, 12:10 PM
  2. Extracting rows based on user input
    By alexdrums123 in forum Excel General
    Replies: 1
    Last Post: 10-13-2017, 04:18 AM
  3. Extracting rows that fulfil a criteria
    By adamlamping in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-30-2016, 09:02 AM
  4. extracting rows into new sheet when date criteria is met
    By hersh.patel86@gmail. in forum Excel General
    Replies: 2
    Last Post: 08-31-2015, 09:43 AM
  5. extracting rows of data from a table that are met by criteria in two separate columns
    By markhocek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-12-2013, 03:20 AM
  6. Extracting data that matches an input date
    By gazza365 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-02-2010, 07:32 AM
  7. Extracting Data based on user input
    By gr8cobbler in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-29-2010, 10:32 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