+ Reply to Thread
Results 1 to 2 of 2

Searching for a value with multiple criterias

  1. #1
    Registered User
    Join Date
    04-29-2019
    Location
    Katowice
    MS-Off Ver
    2013
    Posts
    23

    Searching for a value with multiple criterias

    Hello again !

    I am working on a small project where we have a table containing:

    Names - repeatable in 1st column
    Year - in two different columns
    Pay
    Days at work

    I would like to search for a specific name in this table and show result for "Pay" and "Days At Work" for specific year (search for the YEAR in both columns (one of them is ALWAYS filled)..

    This might be really simple but I am always struggling with multiple criterias and how to merge them in one formula..

    Can you help me with this ?
    Attached Files Attached Files
    Last edited by Charles33; 10-19-2020 at 08:04 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Searching for a value with multiple criterias

    use this copied across and down:

    =INDEX('What I have'!D$2:D$13,MATCH(1,INDEX(((ISNUMBER(SEARCH(2017,'What I have'!$B$2:$B$13))+ISNUMBER(SEARCH("17/18",'What I have'!$B$2:$B$13)))*('What I have'!$A$2:$A$13=$A2)),0),0))

    You may need ; instead of ,
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Extract Multiple Rows into a Limited Template based on Multiple Criterias
    By albertd12 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-09-2020, 09:55 PM
  2. Replies: 6
    Last Post: 02-23-2018, 07:09 PM
  3. [SOLVED] SUMPRODUCT with multiple criterias, multiple search on same column and with wild card
    By dluhut in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-25-2017, 07:17 PM
  4. [SOLVED] Assistance with searching multiple criterias
    By AceForSale in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-05-2016, 07:44 AM
  5. One Formula Searching for 2 Criterias
    By juicypeanut in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-10-2015, 12:54 AM
  6. [SOLVED] Searching Multiple Criterias and Returning Multiple Results
    By boaesh in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-13-2014, 11:02 AM
  7. [SOLVED] Populate Values in Multiple List Boxes based on Multiple Criterias
    By s2jrchoi in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 09-09-2013, 11:39 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