+ Reply to Thread
Results 1 to 7 of 7

How to Search Table for Intersecting X and Y Axis Values

  1. #1
    Registered User
    Join Date
    08-17-2013
    Location
    South Carolina
    MS-Off Ver
    Excel 2016
    Posts
    19

    Exclamation How to Search Table for Intersecting X and Y Axis Values

    I have searched the help extensively but can't seem to figure out how to search a table for intersecting X and Y axis values.

    I know by using the LOOKUP() formula you can search for a particular value in a range of cells but that only allows me to search in one axis at a time.

    Maybe its a combination of formulas that I need like INDEX() and others?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: How to Search Table for Intersecting X and Y Axis Values

    Hi JNEWBURY2280 & Welcome to the Forum,

    Maybe this will help...
    HTH
    Regards, Jeff

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,136

    Re: How to Search Table for Intersecting X and Y Axis Values

    You need to use the INDEX/MATCH(row)/MATCH(column) construct.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


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

    Re: How to Search Table for Intersecting X and Y Axis Values

    You can use a VLOOKUP function or a combination of INDEX/MATCH/MATCH.

    I think VLOOKUP is easier to use.

    Need more detail before I can suggest anything more specific.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to Search Table for Intersecting X and Y Axis Values

    Almost there take a look at the index/match/match combo
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    08-17-2013
    Location
    South Carolina
    MS-Off Ver
    Excel 2016
    Posts
    19

    Thumbs up Re: How to Search Table for Intersecting X and Y Axis Values

    It was the =INDEX(select all table values,MATCH(Y-Axis Value,All Values in the Y-Axis,0),MATCH(X-Axis Value,All Values in the X-Axis,0))

    The MATCH just results the location of both the Y and X Axis.

    The INDEX uses those two values and hunts for the answer!

    THANKS FOR THE HELP!!

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,136

    Re: How to Search Table for Intersecting X and Y Axis Values

    You're welcome.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

+ 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. Sumif with three intersecting values
    By Steve K in forum Excel General
    Replies: 4
    Last Post: 04-20-2012, 09:29 AM
  2. Conditional Format an intersecting cell in a table
    By purdue7997 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-14-2011, 08:58 AM
  3. Find and Insert Intersecting Values
    By bdb1974 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 11-09-2009, 06:51 PM
  4. Table of intersecting data
    By HBM in forum Excel General
    Replies: 2
    Last Post: 08-14-2009, 09:59 AM
  5. Highlighting intersecting values in two tables
    By wilro85 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-22-2007, 06:29 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