+ Reply to Thread
Results 1 to 3 of 3

Formula to find 2 lowest values across a row and then to combine them

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

    Formula to find 2 lowest values across a row and then to combine them

    Hi there,

    I was wondering if anyone can help me. What i am trying to do is create a formula to help save me a load of time. I work in sport and the formula that i am hoping to get help with is one that will look across a series of results (times) and pick the the two quickest times and combine them. So, lets say, each row is dedicated to one athlete, in columns ABCD are the results of an athletes 4 attempts in the downhill skiing, so the results are a time. i would like the formula to look at the 4 results and choose the 2 quickest and combine them with the result being in column E. So, for example the results of an athletes attempts are 1 min, 2 min, 3min, 4 min. the formula should then select 1min and 2min as the quickest and combine them so that the result in column E is 3 min. Is this possible? Any help would be greatly appreciated. Thanks
    Last edited by Yannou; 04-01-2011 at 05:37 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Formula to find 2 lowest values across a row and then to combine them

    =sum(small(a1:d1,1),small(a1:d2,2))
    Cheers
    Andy
    www.andypope.info

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

    Re: Formula to find 2 lowest values across a row and then to combine them

    Thanks a lot Andy! This is perfect!

+ 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