+ Reply to Thread
Results 1 to 3 of 3

Use two criteria to find data and display all the results

  1. #1
    Registered User
    Join Date
    05-11-2015
    Location
    melbourne
    MS-Off Ver
    2010
    Posts
    38

    Use two criteria to find data and display all the results

    I would like to search using name and training then display all the results horizontally below the date heading.

    If I pick Name: AP (from cell C3) and Training: Basic Site Walkover / Feature Identification (from cell E6) I want to show the month and year that the training was completed in cells F6:I6.
    Attached Files Attached Files

  2. #2
    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
    30,769

    Re: Use two criteria to find data and display all the results

    In F6

    =IFERROR(INDEX(database!$H$7:$ZZ$7,,MATCH($E6,OFFSET(database!$H$7,MATCH($C$3,database!$B$8:$B$14,0),,,COLUMNS($H:$ZZ)),0)),"")

    Unmerge date cells in row 7: avoid using merged cells whenever they are to used in any formula.

    Changed "piting" to "Pitting" in your lists.
    Attached Files Attached Files
    Last edited by JohnTopley; 04-14-2016 at 06:35 AM.

  3. #3
    Registered User
    Join Date
    05-11-2015
    Location
    melbourne
    MS-Off Ver
    2010
    Posts
    38

    Re: Use two criteria to find data and display all the results

    Great Thank-you this works perfectly.

+ 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. Find data containg search criteria and paste all results.
    By Cephei in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-30-2016, 10:48 AM
  2. [SOLVED] Search with two criteria to display many results vertically
    By holli in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-21-2015, 11:20 PM
  3. Find and Display results VBA Code - Loop to find all Matches
    By i2rule in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-16-2014, 03:14 PM
  4. Display numerous results based on three criteria
    By 54321adam in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2013, 12:13 PM
  5. Display Results in a new worksheet based on Criteria Data
    By moliveiramrw in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-08-2013, 10:20 AM
  6. Display Top 20 results based on certain criteria
    By ash_farooq in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-11-2012, 02:54 AM
  7. Find all and display results
    By rjfnc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-25-2012, 02:26 AM

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