+ Reply to Thread
Results 1 to 3 of 3

need help using index/match to search grid

  1. #1
    Registered User
    Join Date
    03-16-2012
    Location
    florida
    MS-Off Ver
    mac 2008
    Posts
    63

    need help using index/match to search grid

    attached is the sheet i am trying to make function...
    this sheet, the yellow bar is a dropdown of the the names of the 5 bars to the left, i want the white boxes under it to return the values of the information UNDER the bars on the left. for example, if A is selected, all the white boxes would fill with 1, if B is selected, it would return all 2's since that is whats to the left.

    i believe index match is the best way to do this, unless i am mistaken for a better way to search a grid? thanks all.

    demo.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: need help using index/match to search grid

    hi tsiguy. try this in J11:
    =INDEX($A$1:$H$35,MATCH($J$9,$A$1:$A$29,0)+1+ROWS(J$11:J11),COLUMNS($J11:J11))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: need help using index/match to search grid

    Please try this function across J11:Q15

    =INDEX(($A$3:$H$7,$A$10:$H$14,$A$17:$H$21,$A$24:$H$28,$A$31:$H$35),ROWS(J$11:J11),COLUMNS($J11:J11),MATCH($J$9,{"A";"B";"C";"D";"E"},0))
    Please click 'Add reputation', if my answer helped you.

+ 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. Using Index and Match to lookup a value in a grid
    By jcranst in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-05-2012, 01:01 PM
  2. Price Grid [index/lookup/match]
    By casey63 in forum Excel General
    Replies: 5
    Last Post: 04-01-2012, 05:26 PM
  3. Price grid (index/lookup/match)
    By casey63 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-01-2012, 05:23 PM
  4. Price Grid [Index/Lookup/Match]
    By jaredg in forum Excel General
    Replies: 8
    Last Post: 01-25-2012, 01:27 PM
  5. Staffing Grid - Index Match Help
    By Justinmih in forum Excel General
    Replies: 0
    Last Post: 06-21-2010, 07:27 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