+ Reply to Thread
Results 1 to 3 of 3

Array formula with 2 if conditions

  1. #1
    Registered User
    Join Date
    07-13-2009
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Array formula with 2 if conditions

    I use an array formula to look through a list of data and then return, in a list without blanks, all the row references where a criteria has been met. In this case the list is d3:d188 and the criteria is set in c8

    =IFERROR(SMALL(IF(ISNUMBER(FIND($C$8,Sheet5!$D$3:$D$188)),ROW(Sheet5!$D$3:$D$188)-ROW($C$8)+1,""),ROW(7:7))+1,"")

    What I would like to do is to add an aditional criteria into the formula which searches another list - the list is in column i between the same rows. If both criterias are met I need to know the row references where this criteria is metArray example for excel forum.xlsx

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Array formula with 2 if conditions

    Try

    =IFERROR(SMALL(IF((ISNUMBER(FIND($C$8,Sheet5!$D$3:$D$188)))*(Sheet5!$I$3:$I$188="672"),ROW(Sheet5!$D$3:$D$188)-ROW($C$3)+1,""),ROWS($D$3:D3)),"")

  3. #3
    Registered User
    Join Date
    07-13-2009
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Array formula with 2 if conditions

    Excellent - Solved - R

+ 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. array formula - sum if (with two or more conditions)
    By radek225 in forum Excel General
    Replies: 10
    Last Post: 09-24-2015, 04:14 PM
  2. Array Formula - latest value given conditions
    By ashakespeare in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2014, 06:42 PM
  3. Integrating conditions into an array formula
    By andrewc in forum Excel General
    Replies: 3
    Last Post: 10-10-2009, 09:35 PM
  4. Array formula with a few conditions
    By Sirishgreen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-24-2009, 07:32 AM
  5. Array Formula With Multiple Conditions
    By JR573PUTT in forum Excel General
    Replies: 3
    Last Post: 02-16-2006, 07:37 PM
  6. Array formula with 2 conditions...
    By JR573PUTT in forum Excel General
    Replies: 0
    Last Post: 02-16-2006, 04:44 PM
  7. Array formula with 2 conditions...
    By JR573PUTT in forum Excel General
    Replies: 0
    Last Post: 02-16-2006, 04:44 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