+ Reply to Thread
Results 1 to 4 of 4

how to get excel to select a value

  1. #1
    Registered User
    Join Date
    08-25-2011
    Location
    Falkirk
    MS-Off Ver
    Excel 2003
    Posts
    9

    how to get excel to select a value

    i have a magic table..... file attached

    magic table.jpg

    i also have to cells which have data validation on the x axis and y axis.

    can excel select a value from the table based upon the data validation selected ??

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: how to get excel to select a value

    imatthews2001,

    If you want excel to actually select the cell, that would require VBA. If you just want to know where it is in the table to reference it quickly, you can use conditional formatting

  3. #3
    Registered User
    Join Date
    08-25-2011
    Location
    Falkirk
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: how to get excel to select a value

    i dont need excel to select the cell , i just need it to show the contents of the cell in another worksheet .

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: how to get excel to select a value

    Sounds like you want INDEX and MATCH

    Let's say your x value is across the top (columns) and the value you want is in sheet1!A8, your y value is in A9

    On another sheet,

    =INDEX(Sheet1!$B$2:$K$5, MATCH(Sheet1!$A$9, Sheet1!$A$2:$A$5,0), MATCH(Sheet1!$A$8, Sheet1!$B$1:$K$1,0))

    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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