+ Reply to Thread
Results 1 to 5 of 5

Index / Match

  1. #1
    Registered User
    Join Date
    11-03-2010
    Location
    Detroit, MI
    MS-Off Ver
    Excel 2010
    Posts
    65

    Index / Match

    I am using index / match to find a value on a different sheet based on 2 criteria.

    Please Login or Register  to view this content.
    Is there a way to return multiple cells. For example is the above function returns the value in C4 I would like to copy C4:C100?

    Can this be altered to accommodate? Or put into a routine?

    Thank you in advance.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,659

    Re: Index / Match

    Have you tried to copy C4 down? Do they give correct results?
    Quang PT

  3. #3
    Registered User
    Join Date
    11-03-2010
    Location
    Detroit, MI
    MS-Off Ver
    Excel 2010
    Posts
    65

    Re: Index / Match

    Pasting down it returns the correct value but I want to use the index/match to return multiple cells in a row.
    So row2 might return C4:C:100; row3 might return C7:C100, etc.

  4. #4
    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,049

    Re: Index / Match

    For that, you would probably need to use an ARRAY something like this...
    '=IFERROR(INDEX($A$4:$A$23,SMALL(IF(B$4:B$23="xxx",ROW($A$4:$A$23)-3),ROWS($A$1:A1))),"")

    To offer more specific suggestions, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,659

    Re: Index / Match

    Can you upload a small sample with your desired results/format?

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  2. [SOLVED] Index Match from a cell populated from index match
    By MarcLewis in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-15-2013, 05:30 AM
  3. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  4. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  5. Replies: 5
    Last Post: 02-29-2012, 08:51 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