+ Reply to Thread
Results 1 to 4 of 4

Question about index

  1. #1
    Registered User
    Join Date
    08-16-2017
    Location
    East Lyme
    MS-Off Ver
    10
    Posts
    37

    Question about index

    Hi, I am wondering why I got only 1 value on the top of list when I used an index (match) formula. {=INDEX(E2:E1159,MATCH(1,(A2:A1159>10)*(D2:D1159>10000),0))} How to show all the match values? Thanks~

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Question about index

    hh2017 if you are not aware of it that MATCH application is designed to return the first match it finds.

    To return an array of index values meeting those conditions you will likely need to conditionally assign index numbers where conditions are met.

    Perhaps something like this array entered in ... H2(?) and filled down until you get blanks.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Also You might consider something like this array entered. It will return an array of matching items in E2:E1159 ... duplicating index numbers where there are duplicates in E2:E1159 and some returns of FALSE all within an array.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    In all cases MATCH returns the first matching item it finds and that is all.

    It all depends upon the goals you are trying to achieve.
    Last edited by FlameRetired; 08-24-2017 at 12:29 AM. Reason: afterthoughts.
    Dave

  3. #3
    Registered User
    Join Date
    08-16-2017
    Location
    East Lyme
    MS-Off Ver
    10
    Posts
    37

    Re: Question about index

    Thanks for the formula! No, not work. I found the filter and sort are actually very useful :-)!

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Question about index

    Glad you found a solution.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Index Question
    By B_bops in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2014, 04:00 AM
  2. [SOLVED] Index question
    By daisiedawn in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-05-2014, 10:06 AM
  3. index question
    By midwest trader in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-13-2014, 10:27 AM
  4. Index question
    By JOGIER in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-06-2008, 03:40 PM
  5. Index question
    By Odysseus in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-08-2008, 06:17 AM
  6. Index question
    By desk.doc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-25-2007, 02:58 PM
  7. [SOLVED] Index question
    By Ginger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-09-2005, 11:05 AM

Tags for this Thread

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