+ Reply to Thread
Results 1 to 2 of 2

index with multi criteria

  1. #1
    Forum Contributor
    Join Date
    08-15-2014
    Location
    Michigan, USA
    MS-Off Ver
    MS Office 2021
    Posts
    101

    index with multi criteria

    I can index with 1 criteria but when I try adding a second having trouble.

    I have 1st criteria already in play. I am indexing names if they belong the team marked in E1.
    {=IFERROR(INDEX(Table1[Name], SMALL(IF($E$1=Table1[Team], ROW(Table1[Team])-ROW($A$2)+1), ROW(1:1))),"")}

    I want to add a 2nd criteria if Table1[No.] is >0

    Right now it is returning Judy, Linda, Mike, and Tim

    With the 2nd criteria should only return Judy and Mike
    Attached Files Attached Files

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: index with multi criteria

    You need to add an AND term to the first part of the IF. I don't think an actual AND would work though (the array would interpret it wrong), so accomplishing it algebraically:

    Please Login or Register  to view this content.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

+ 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. [SOLVED] Need a multi-conditional index match statement with > and < criteria
    By tankgrrlz in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-07-2016, 11:30 AM
  2. New & Lost: Multi Criteria & Multi Row INDEX, SMALL, MATCH...
    By morleyp in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-23-2014, 12:40 PM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. Index with imbedded multi-criteria Match
    By DFELS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-29-2013, 06:46 AM
  5. SOS:Return multiple values against multi criteria match and index function
    By nitesh_inin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-26-2012, 05:45 PM
  6. Multi Criteria Index and Match - Getting #NA Error
    By abbati77 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-07-2012, 03:22 AM
  7. Find Value If Multi Criteria Matches Index
    By exc4libur in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-05-2011, 09:05 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