+ Reply to Thread
Results 1 to 4 of 4

Search and return value based on 3 criteria (array formula?)

  1. #1
    Forum Contributor
    Join Date
    01-22-2014
    Location
    genoa, italy
    MS-Off Ver
    Excel 2007
    Posts
    134

    Search and return value based on 3 criteria (array formula?)

    Hi everybody,
    can anyone help me with the attached ?
    I'm looking for the correct formula to put in the aq column of the "result" sheet.
    I guess an array formula is required but this is too difficult for me.
    I need your help.
    Many thanks in advance.
    Best regards,
    al

    INTERIMAIRES.xlsx

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Search and return value based on 3 criteria (array formula?)

    My suggestion would be use an array vlookup. For your lookup table, if you move mission column to column E on the Base worksheet, and on the result worksheet AQ3, enter this formula with Ctrl + Shift + Enter keys together

    =VLOOKUP(AM3,IF((BASE!$C$3:$C$5<AK3)*(BASE!$D$3:$D$5>AK3)*(BASE!$B$3:$B$5=AO3),BASE!$A$3:$E$5,""),5,0)
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    01-22-2014
    Location
    genoa, italy
    MS-Off Ver
    Excel 2007
    Posts
    134

    Re: Search and return value based on 3 criteria (array formula?)

    thank you very much JieJenn !

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Search and return value based on 3 criteria (array formula?)

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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. Array formula to return multiple values based on various (OR) criteria
    By dancing-shadow in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-20-2013, 05:12 AM
  2. Formula to search and return cell based on criteria not working
    By DifferentFrogs in forum Excel General
    Replies: 9
    Last Post: 03-21-2012, 10:48 AM
  3. Return array based on multiple criteria
    By kmacd in forum Excel General
    Replies: 3
    Last Post: 01-05-2011, 09:05 PM
  4. Select items based on criteria and return in an array
    By apolloni in forum Excel General
    Replies: 4
    Last Post: 07-02-2010, 07:31 AM
  5. Return multiple cell references based on a search criteria
    By ruddocg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-30-2006, 07:49 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