+ Reply to Thread
Results 1 to 4 of 4

Lookup Intersection Of Values

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Question Lookup Intersection Of Values

    Hello Everyone!
    I have been beating my head against the wall on this one for a bit, so please help! I don't consider myself a master of excel, but can get around well for basic formulas and functions. I am trying to create a table that references data in a much larger report that constantly has rows and columns added and deleted off of it. Any ideas on if this is possible or how to do it? Here is an example:


    ---------------Juice Sell In-----Desert Sell in-----Total Sales

    James--------34%---------------8%---------------22
    Frank---------22%---------------2%---------------18


    This is a simple example of what I would be trying look data up from. But there are hundreds or rows and columns in the actual report, so I am creating another document that just pulls the data I need to review off of the larger report. New rows and columns are added to the report on a daily basis. So I am trying to have a cell return a value as a result of an intersection of 2 other values that remain constant. For example: Looking up the intersection of the row that contains "James" and the column that contains "Total Sales" would return "22" as the result in the cell.

    Does anyone know how to do this, or if it is possible? Please help! Thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Lookup Intersection Of Values

    Welcome to the forum.

    See http://j-walk.com/ss/excel/usertips/tip020.htm
    Entia non sunt multiplicanda sine necessitate

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

    Re: Lookup Intersection Of Values

    One way...

    Data Range
    A
    B
    C
    D
    1
    Juice Sell In
    Desert Sell in
    Total Sales
    2
    James
    34%
    8%
    22
    3
    Frank
    22%
    2%
    18
    4
    5
    6
    James
    Total Sales
    22


    This formula entered in C6:

    =VLOOKUP(A6,A1:D3,MATCH(B6,A1:D1,0),0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Mexico
    Posts
    200

    Re: Lookup Intersection Of Values


+ 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] Intersection of two sets of values?
    By studiosa in forum Excel General
    Replies: 10
    Last Post: 06-13-2016, 11:01 PM
  2. Replies: 1
    Last Post: 07-16-2013, 06:41 PM
  3. [SOLVED] intersection of 3 Values
    By hassan khansa in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 04-10-2013, 08:15 AM
  4. Lookup:intersection of two variables
    By sanders in forum Excel General
    Replies: 2
    Last Post: 07-31-2006, 06:50 AM
  5. [SOLVED] LOOKUP FORMULA INTERSECTION OF A COLUMN AND (TWO) VALUES IN A ROW
    By SID in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2006, 05:40 PM

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