+ Reply to Thread
Results 1 to 4 of 4

Return the value from specified coordinates from a grid

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    03-16-2007
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2007
    Posts
    202

    Return the value from specified coordinates from a grid

    One more problem...

    I already asked how to find coordinates, now it's the opposite.

    I'm posting an example of a grid with coordinates, I need a formula which will tell which values are inside the cells with specified coordinates.
    So, I need a formula in the yellow cells, the first result should be M, because at coordinates 0;1 there is an M.

    Hope somebody can help again...
    thanx!!
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Return the value from specified coordinates from a grid

    Try:

    =INDEX($H$5:$X$15,MATCH(AB5,$G$5:$G$15,0),MATCH(AA5,$H$4:$X$4,0))

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    03-16-2007
    Location
    Berlin, Germany
    MS-Off Ver
    Excel 2007
    Posts
    202

    Re: Return the value from specified coordinates from a grid

    thanx a lot!!!

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Return the value from specified coordinates from a grid

    Please mark your thread as Solved.

    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

+ 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