+ Reply to Thread
Results 1 to 3 of 3

Indirect or VLookup result based on multiple 3+ selections

  1. #1
    Forum Contributor dagindi's Avatar
    Join Date
    06-02-2008
    Location
    New York, NY
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    295

    Indirect or VLookup result based on multiple 3+ selections

    Happy New Year Everyone:

    On the attached sample spreadsheet you will find a simple chart. When I or another user "selects" the 3 criteria (Product, Person & Size) I would like the Result amount to automatically populate.

    I know the easy answer is to use change the layout a little by combining Person & Size and then do a indirect but Im hoping to utilize the chart as it is.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Indirect or VLookup result based on multiple 3+ selections

    Hello
    Try the following formula in cell D12.

    =INDEX($B$3:$V$8,MATCH(A12,Product,0),MATCH(B12,$B$1:$V$1,0)+MATCH(C12,Size,0)-2)

    This appears to return the correct results.

  3. #3
    Forum Contributor dagindi's Avatar
    Join Date
    06-02-2008
    Location
    New York, NY
    MS-Off Ver
    Excel 2007 & 2010
    Posts
    295

    Re: Indirect or VLookup result based on multiple 3+ selections

    Perfect!! I am going to work through it to see how it actually works!

    Thank you!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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