+ Reply to Thread
Results 1 to 7 of 7

Formula for removing lowest 3 values and summing remainder

  1. #1
    Registered User
    Join Date
    02-21-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Formula for removing lowest 3 values and summing remainder

    I need a formula to take a row of numbers and return the sum of them all except the lowest 3 values.

    For instance:

    If my row was these numbers - 5, 9, 3, 10, 7, 22, 1

    The lowest 3 values are 1, 3, and 5. Take those out and it leaves 7, 9, 10, and 22.

    Those added up equal 48 which is the end number I am looking for.

    Any ideas?

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Formula for removing lowest 3 values and summing remainder

    Assuming your numbers are in the range A2:G2, then try this......

    Please Login or Register  to view this content.
    Is this what you are trying to achieve?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula for removing lowest 3 values and summing remainder

    =sum(a1:a7, -small(a1:a7, {1,2,3}))
    Last edited by shg; 09-03-2014 at 12:53 PM.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,231

    Re: Formula for removing lowest 3 values and summing remainder

    Assuming that your data are in A1 to A6... use this
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Both answers are the same... but they do work with mixed positive/negative numbers, I think...
    Last edited by Glenn Kennedy; 09-03-2014 at 12:30 PM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    02-21-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formula for removing lowest 3 values and summing remainder

    Thanks all, that SumIf was exactly the ticket! I knew it was going to be something like that but i couldnt figure out the 'small' function inside of it.

    Thanks again!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Formula for removing lowest 3 values and summing remainder

    Just a note: using sktneer's formula, if the numbers are 10, 4, 4, 4, 4, 4, 4, the result will be 10, not 22.

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Formula for removing lowest 3 values and summing remainder

    Quote Originally Posted by shg View Post
    Just a note: using sktneer's formula, if the numbers are 10, 4, 4, 4, 4, 4, 4, the result will be 10, not 22.
    Correct. I think OP didn't say that there may be repeated numbers like these. But if this is the case, using yours and Glen's formula will do the trick.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 11-19-2012, 10:51 PM
  2. Lowest values formula
    By PeterW770 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-30-2012, 02:31 PM
  3. removing lowest and highest values
    By maco in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-13-2009, 05:10 PM
  4. Formula to determine lowest 5 of 7 values?
    By acjcanada in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-11-2008, 10:41 AM
  5. Replies: 2
    Last Post: 11-15-2006, 11:04 PM

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