Results 1 to 7 of 7

INDEX array formula using multiple criteria, * and INDIRECT references, Can it work?

Threaded View

  1. #1
    Registered User
    Join Date
    10-21-2014
    Location
    Wellington, New Zealand
    MS-Off Ver
    2010
    Posts
    19

    Post INDEX array formula using multiple criteria, * and INDIRECT references, Can it work?

    Hey guys/girls,

    I have been working on trying to pull payments from worksheets, that get generated each month, within my workbook. This is the formula I am using to pull the data (date-column1 and payment-column 2) but it can only use a single criteria, $F$3. I am using INDIRECT to reference different worksheets and ROW references that track down a helper column beside Column F.

    =IF(ISERROR(INDEX((INDIRECT("'"&$D28&"'!A:F")),SMALL(IF((INDIRECT("'"&$D28&"'!F:F"))=$F$3,ROW((INDIRECT("'"&$D28&"'!F:F")))),ROW(INDIRECT($C28))),2)),"",INDEX((INDIRECT("'"&$D28&"'!A:F")),SMALL(IF((INDIRECT("'"&$D28&"'!F:F"))=$F$3,ROW((INDIRECT("'"&$D28&"'!F:F")))),ROW(INDIRECT($C28))),2))
    What I would like to achieve is the above formula operating with more than one criteria.

    Instead of only looking for the value in $F$3, I would like it to INDEX values from $F$1, $F$2 OR $F$3.

    For example (and this does NOT work):

    =IFERROR(
    INDEX((INDIRECT("'"&$D28&"'!A:F")),SMALL(IF(
    
    ((INDIRECT("'"&$D28&"'!F:F"))=$F$1)*
    ((INDIRECT("'"&$D28&"'!F:F"))=$F$2)*
    ((INDIRECT("'"&$D28&"'!F:F"))=$F$3),
    
    ROW((INDIRECT("'"&$D28&"'!F:F"))),ROW(INDIRECT($C28)),""),ROW((INDIRECT("'"&$D28&"'!F:F")))),ROW(INDIRECT($C28))2),"")
    As you can see I have also tried to use IFERROR as well..

    Thank you in advance for any help.

    This is a stripped down version of the workbook.

    FEES TRIAL DUMMY.xlsx

    Whets
    Last edited by whetu; 10-21-2014 at 01:49 PM. Reason: ADDED ATTACHMENT

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 8
    Last Post: 10-14-2014, 01:54 AM
  2. [SOLVED] index match array formula - replace cell references with ranges
    By nigelog in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-17-2014, 10:39 AM
  3. Replies: 4
    Last Post: 03-27-2014, 01:09 PM
  4. [SOLVED] Array index with 3 way match criteria of 2 rows and 1 column cant get to work!
    By volchik696 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 01-20-2014, 06:18 AM
  5. [SOLVED] INDEX Array Formula with multiple criteria? possible?
    By a.mack123 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 08-09-2012, 12:25 PM

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