+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Finding Minimum Values In a List Generated by Common Criteria

  1. #1
    Registered User
    Join Date
    01-27-2012
    Location
    Baltimore, MD
    MS-Off Ver
    Excel 2007
    Posts
    3

    Finding Minimum Values In a List Generated by Common Criteria

    Ok, so this is a super-duper simplified version of my Excel table... but I'm not even sure how to phrase what I want to do without using pictures.

    chartexample.jpg

    Essentially I need a formula that will give me the result for the last column, give me the minimum "Due Date" where the "Part Number" is the same.

    chartexample2.jpg

    Since the pink rows are all for the same part number, I need the last column to be 1/31/12.

    Any help?
    Attached Images Attached Images
    Last edited by NBVC; 01-27-2012 at 03:06 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding Minimum Values In a List Generated by Common Critia

    You mean?

    =MIN(IF($A$2:$A$100=$A2,$C$2:$C$100))

    adjust ranges to suit and confirmed with CTRL+SHIFT+ENTER and copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-27-2012
    Location
    Baltimore, MD
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Finding Minimum Values In a List Generated by Common Critia

    No, that's just returning the min value for the whole column. I need the min value relative to each part number. Does that make sense?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding Minimum Values In a List Generated by Common Criteria

    Did you confirm with CTRL+SHIFT+ENTER so that you get { } brackets around the formula?

  5. #5
    Registered User
    Join Date
    01-27-2012
    Location
    Baltimore, MD
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Finding Minimum Values In a List Generated by Common Criteria

    OMG it works! What does CTRL+SHIFT+ENTER do that ENTER doesn't? Have I been entering formulas incorrectly my whole life?

    Thank you so much for your help!

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding Minimum Values In a List Generated by Common Criteria

    It is a way to tell Excel that is is an Array Formula. See here about Array Formulas

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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