Results 1 to 5 of 5

Thread: =MIN(IF(

  1. #1

    =MIN(IF(

    Hello,

    I have a spread sheet detailing my running stats. In the table I list ever race I have entered. In column G there are the distances of each race in miles ie 26.2, 13.1, 10 etc. in Column I there are my finishing times in hh:mm:ss. I need to check each cell in column G against the distance in cell A22 where the MIN will be displayed but I only want the MIN of the races for that specific distaance. I have the following formula but it does not seem to work.

    =MIN(IF($G$2:$G$10=A22,$I$2:$I$10))

    Any ideas?

  2. #2
    Junior Member
    Join Date
    May 2014
    Posts
    3
    Rep Power
    0
    Press control + shift + enter after typing the formula and it should work.

  3. #3
    Sorry Skywriter I should have said I have done that but still not working.

  4. #4
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    659
    Rep Power
    13
    Quote Originally Posted by xander1981 View Post
    Sorry Skywriter I should have said I have done that but still not working.
    What exactly to you mean when you say it is "not working"? Your formula, using CTRL+SHIFT+ENTER to commit it, works for me. I will note that the formula outputs a time serial value (that is, a floating point number) which requires the use of Cell Formatting in order to select a proper time display format for the value.

  5. #5
    ScreenCapAJ.jpg Thanks. It should work but returns 00:00:00 as per attached screen cap.

Similar Threads

  1. Replies: 2
    Last Post: 03-08-2014, 04:22 PM
  2. Min, Max, Average Vba for Situation
    By afm1985 in forum Excel Help
    Replies: 1
    Last Post: 09-14-2013, 07:16 PM

Tags for this Thread

Posting Permissions

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