+ Reply to Thread
Results 1 to 3 of 3

Thread: multiple criteria between two values, multiple solutions

  1. #1
    Registered User
    Join Date
    10-14-2011
    Location
    Seattle, Washington
    MS-Off Ver
    Excel 2007
    Posts
    2

    multiple criteria between two values, multiple solutions

    I would like to find a formula that combines two formulas that I am working with. I would like to input two criteria (cells G4 and H4) that is equal to or in between the values in columns B-C & D-E respectively. I would like all posibilities in column F to populate in the cells to the right of the search criteria. I have a formula that populates the cells if the criteria is exactly what is in columns B and D (I3:N3). And I have a formula that finds the first result equal to or in between the min and max columns (I4). But I want to combine the two formulas.

    I hope this makes sense. Thanks for your help!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-28-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    157

    Re: multiple criteria between two values, multiple solutions

    INDEX($F:$F,SMALL(IF(($G3>=$B$3:$B$19)*($G3<=$C$3:$C$19)*($H3>=$D$3:$D$19)*($H3<=$E$3:$E$19),ROW($F$ 3:$F$19),""),COLUMN(I3)-COLUMN($I3)+1)) array entered in I3 then filled across and down perhaps.

    Beau Nydal

  3. #3
    Registered User
    Join Date
    10-14-2011
    Location
    Seattle, Washington
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: multiple criteria between two values, multiple solutions

    It worked!!! Thank you so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0