+ Reply to Thread
Results 1 to 3 of 3

Find/match multiple criteria and return value

  1. #1
    Forum Contributor
    Join Date
    01-30-2014
    Location
    England
    MS-Off Ver
    MS Office 2010, 2007, 2003
    Posts
    149

    Find/match multiple criteria and return value

    Hi all

    In the sheet I've attached, I'm trying to match two values, and if they match, return a third to where the formula is. For example:
    "If J2 in CIU matches A2 in FRAMEWORKS and Q2 in CIU matches B2 FRAMEWORKS, then K2 CIU will be C2 FRAMEWORKS."

    The cell I need to have the return value in is highlighted in the attached sheet.
    Any questions, fire away and as always - any help is greatly appreciated

    (I've got a formula in K2 already which I can't get to work)

    Book1.xlsx
    Last edited by Aaron092; 10-01-2014 at 07:22 AM.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Find/match multiple criteria and return value

    In K2 Cell of CIU Sheet - Array Formula - Requires CTRL+SHIFT+ENTER


    =IFERROR(INDEX(FRAMEWORKS!$C$2:$C$10,MATCH(1,(FRAMEWORKS!$A$2:$A$10=J2)*(FRAMEWORKS!$B$2:$B$10=Q2),0)),"")


    Drag it down...


    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    01-30-2014
    Location
    England
    MS-Off Ver
    MS Office 2010, 2007, 2003
    Posts
    149

    Re: Find/match multiple criteria and return value

    Thank you Sixthsense. Come to my rescue again Exactly what I'm after.

+ 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. Trying to match multiple criteria and return a corresponding value
    By consulttk in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-30-2012, 04:07 PM
  2. match 3 criteria in 1 table , find a matching row then return value from that row
    By bokusale in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-08-2012, 12:48 PM
  3. [SOLVED] match multiple criteria & return value from array
    By Peo Sjoblom in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 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