+ Reply to Thread
Results 1 to 3 of 3

Finding the minimum value

  1. #1
    Registered User
    Join Date
    01-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Finding the minimum value

    Hi, I'm trying to find the minimum value in a column of numbers for each case where the "counts" are identical. Spreadsheet attached to help explain..

    I've been trying the following formula but I'm not getting the minimum..

    =MIN(INDEX($c$4:$c82,MATCH(MAX($b$4:$b82),$b$4:$b82,0)))

    what should I be doing? Thanks very much
    Attached Files Attached Files
    Last edited by northerng; 05-27-2011 at 03:49 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,596

    Re: Finding the minimum value

    try this. comfirmed with ctr+shift+enter:

    =IF(COUNTIF($B$7:$B7, B7)<COUNTIF($B:$B, B7), "", MIN(IF($B$7:$B$10000=B7, $C$7:$C$10000)))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-27-2011
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Finding the minimum value

    great.. thanks!

+ 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