+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Finding Information on a Table

  1. #1
    Registered User
    Join Date
    10-10-2011
    Location
    Buffalo, New York
    MS-Off Ver
    Excel 2010
    Posts
    2

    Finding Information on a Table

    Easy I know, but here's the twist there's no reference number to use a find, "vlookup, hlookup, index" I need to write a formula that will search down the x line of a table then down the y line and come to a result here's an example
    (Y)
    3-------(X1)
    2 +
    1 +
    0 1 2 3 (X)



    So I nee a formula that could go down the x line and stop at 2 then go down the y line and stop at 3 then go over and up to find the value in this case (X1)
    I've tried to run an index but it won't reference two different values and I can't create an if statement that would work... Help!!!

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Finding Information on a Table

    INDEX() does accept X and Y (row and column) references.

    =INDEX(tableofvalues, Match(xVal, RangeOfXvalues, 0), Match(yVal, RangeOfYvalues, 0))
    Attached Files Attached Files
    Last edited by JBeaucaire; 10-10-2011 at 03:03 AM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    10-10-2011
    Location
    Buffalo, New York
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Finding Information on a Table

    Alright thanks I had thought it did but I had no idea how to make it work

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Finding Information on a Table

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ 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