Results 1 to 10 of 10

Finding the closest match that meet multiple criteria

Threaded View

  1. #1
    Registered User
    Join Date
    01-20-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    4

    Question Finding the closest match that meet multiple criteria

    Hello

    I am trying to find the closest match that meet multiple criteria from a set of data.

    Stock Performance Standard Deviation
    A 2 9
    AA 3 4
    AAA 3 5
    B 4 5
    BB 2 5
    BB 4 4.5
    C 3 7
    CC 2.5 1
    CCC 4 6

    I am trying to find which stock had the highest performance with the lowest volatility or closest match to the max performance but min volatility.

    I have tried to try and use the large and small formula (which is used to find the closest values) into a index match and/or sumproduct with multiple criteria.

    I have tried =index(a1:a10,match(1,large(b1:b10,countif(b2:b10,max(b2:b10))))*small(c2:c10,min(c2:c10)))),0),1)
    and sumproduct((b2:b10=large(b2:b10,countif(b2:b10,max(b2:b10))))*(c2:c10=small(c2:c10,countif(c2:c10,min(c2:c10))))*(a2:a10))

    I am not sure if this is even possible - but the above did not work. I hope this is clear but let me know if you need any further information.

    Any ideas are appreciated.

    Thank you for you help in advance.

    Edited:

    I have uploaded a file. I guess my explanation above was not great but hopefully the file will provide a better view.

    A AA AAA etc are not related, they are just random and discrete.

    Thank you
    Last edited by n_kerai; 01-25-2017 at 02:44 PM. Reason: File Upload

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding the closest value with multiple criteria
    By discofro2 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-28-2016, 05:21 PM
  2. Finding closest with multiple criteria
    By anwi12ad in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-04-2015, 06:42 AM
  3. [SOLVED] Multiple criteria (finding closest)
    By jram in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-20-2015, 12:02 AM
  4. [SOLVED] Find closest value to meet given criteria
    By saysys in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-12-2014, 02:11 AM
  5. [SOLVED] Closest match on Multiple Criteria
    By rbetts in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-20-2014, 08:33 AM
  6. Finding a closest match with more than one criteria
    By Jayana in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-15-2011, 06:45 PM
  7. closest match from multiple criteria
    By wongja in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-31-2010, 01:37 AM

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