+ Reply to Thread
Results 1 to 3 of 3

Find 2nd Smallest Value based on a Cell Reference

  1. #1
    Registered User
    Join Date
    06-12-2014
    Posts
    19

    Find 2nd Smallest Value based on a Cell Reference

    Hello,

    I have a list of names that repeat in column A and a list of values in column B, I'm trying to write a formula that will return the 2nd smallest value for each person to be shown in a table. I attempted to use and INDEX MATCH function but I haven't been successful in getting it to work.

    Any suggestions?

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Find 2nd Smallest Value based on a Cell Reference

    It is an array function, you were on the right track, but the function is still SMALL. Enter this array function in F3, then copy down:

    =SMALL(IF($A$3:$A$17=E3, $B$3:$B$17), 2)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-12-2014
    Posts
    19

    Re: Find 2nd Smallest Value based on a Cell Reference

    This is perfect, thank you!

+ 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] find reference cell based off 2 criteria
    By rossg in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-31-2014, 01:34 AM
  2. Replies: 4
    Last Post: 12-23-2012, 04:31 AM
  3. Replies: 6
    Last Post: 06-30-2009, 04:02 PM
  4. Find cell reference based upon value
    By Eric Stohr in forum Excel General
    Replies: 5
    Last Post: 01-20-2009, 05:30 AM
  5. Find Max and Min based on cell reference
    By gregork in forum Excel General
    Replies: 3
    Last Post: 02-20-2005, 09:06 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