+ Reply to Thread
Results 1 to 2 of 2

multiple criteria lookup with min max values

  1. #1
    Registered User
    Join Date
    12-26-2012
    Location
    Houston
    MS-Off Ver
    Excel 2007
    Posts
    24

    multiple criteria lookup with min max values

    I've attached the sample worksheet. I need to be able to type in two criteria, in this case, season and year, and return the min (or max) value between the results. For instance, in Winter 2014, three prices match the criteria, but out of those I need the formula to return the minimum value.
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: multiple criteria lookup with min max values

    I couldn't come up with any pretty ways to do this. (Also, there appears to be 5 matching cells.)

    In A22: Loc 1

    E22: =MIN(IF(B2:P2=B22,IF(B4:P4=C22,IF(A5:A18=A22,B5:P18))))
    F22: =MAX(IF(B2:P2=B22,IF(B4:P4=C22,IF(A5:A18=A22,B5:P18))))

    These are both array formulas, confirmed with Ctrl+Shift+Enter.

    min-max IF for seanpcorbett1.xlsx
    Last edited by daffodil11; 11-21-2013 at 01:10 PM. Reason: Added attachment
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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] vba lookup using multiple criteria based no cell values
    By rakeshr in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-26-2013, 07:11 AM
  2. Lookup/ Return and concatenate values based upon multiple criteria
    By steveboise in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-15-2013, 10:43 AM
  3. Lookup Multiple Values From a List Based on One Criteria
    By jjcgirl in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-07-2013, 03:28 PM
  4. Replies: 3
    Last Post: 11-03-2010, 04:05 AM
  5. Multiple Lookup Values/Criteria
    By BLarche in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-18-2007, 12:20 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