Results 1 to 10 of 15

Thread: Find The Lowest Corresponding Value For A Repeated Value

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    662
    Rep Power
    15
    Quote Originally Posted by rovaniemi View Post
    Thank you Rick. But when I entered the formula the result it gave me was 41085 rather than 1,3,5 respectively. Yes I turned on automatic calculations.
    Sorry, 41085 is the serial number for a date... I mistakenly thought you wanted the earliest date, not the minimum value in Column C. Here is the array-entered** formula modified to return values from Column C...

    =IF(COUNTIF($B$2:B2,B2)>1,"",MIN(IF(($B$2:$B$17=B2 ),$C$2:$C$17)))

    **Commit this formula using CTRL+SHIFT+ENTER and not just Enter by itself.

  2. #2
    Junior Member
    Join Date
    Jul 2013
    Posts
    11
    Rep Power
    0
    Rick thanks again. Using the above formula gives 0 as result.I don't know If I have been explaining things correctly. When I said minimum value what I meant is not zero.

    We don't need zero here. The minimum value for 212 is 3. Likewise the minimum value for 223, 230, 242 should be 1, 3, 5 respectively. That is the formula I am looking for.

    Thank you so much for the reply and patience.

    I have attached image and excel file of how the answer should be.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by rovaniemi; 07-03-2013 at 02:51 PM.

Similar Threads

  1. Replies: 4
    Last Post: 04-05-2013, 12:08 PM
  2. Replies: 1
    Last Post: 03-19-2013, 03:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •