+ Reply to Thread
Results 1 to 3 of 3

Vlookup several criteria

  1. #1
    Registered User
    Join Date
    08-28-2015
    Location
    brussels
    MS-Off Ver
    Microsoft 2010
    Posts
    1

    Vlookup several criteria

    Hi !

    I am looking for a formula, probably a vlookup that would find a value corresponding to two criteria.

    The formula that I though would work is:

    =VLOOKUP(A3&$B$2;CHOOSE({1;2};F14:F34&G14:G34;I14:I34);2;0)

    It is supposed to find back the value that would correspond to the date and the segment.

    Is there anything wrong in my formula already?

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Vlookup several criteria

    Try this array formula**:

    =INDEX(I14:I34;MATCH(1;(F14:F34=A3)*(G14:G34=B2);0))

    ** 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.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Contributor
    Join Date
    07-30-2014
    Location
    USA
    MS-Off Ver
    Version 14.4.3, Mac 2011
    Posts
    145

    Re: Vlookup several criteria

    I just made this for myself from a recent post I just saw, might find it useful.


    This spreadsheet Multi Condition Table lookup.xlsx has the four options from this other thread from a few hours ago.

    I personally prefer the Array formula because its syntax makes the most sense to me.

    Red

+ 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. [SOLVED] Vlookup for two different criteria
    By Karnik in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-03-2015, 07:04 PM
  2. Large multi criteria / Vlookup/Choose Multi criteria
    By deanusa in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-20-2014, 01:48 AM
  3. [SOLVED] Vlookup with Criteria
    By jani.pk in forum Excel General
    Replies: 7
    Last Post: 03-11-2014, 07:42 AM
  4. vlookup with 2 criteria
    By khurramfarooqpk in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-08-2013, 07:48 AM
  5. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  6. VLOOKUP - two criteria
    By erahi in forum Excel General
    Replies: 7
    Last Post: 09-15-2012, 07:06 AM
  7. Vlookup with two criteria
    By mkvassh in forum Excel General
    Replies: 7
    Last Post: 10-22-2009, 08:21 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