+ Reply to Thread
Results 1 to 2 of 2

Adding sum of minimum values in a range

  1. #1
    Registered User
    Join Date
    08-08-2013
    Location
    SF BAY AREA
    MS-Off Ver
    Excel 2010
    Posts
    1

    Adding sum of minimum values in a range

    I would like to know how to add the sums for multiple values in a large range.

    For example, if I have these values each in a cell:

    81
    73
    69
    75
    75
    70

    Is there a formula I can use to add up the totals of the 4 LOWEST values (ie: 69+70+73+75).

    I do golf pools at work and use the top four scores of each team of players. It would be nice to plug in a formula to tally the lowest four of each range instead of doing it by hand.

    Thanks in advance! I love Excel and am learning new fun stuff about it all the time!

    TOM

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Adding sum of minimum values in a range

    Try:

    =SUMPRODUCT(--SMALL(A1:A21,{1,2,3,4}))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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. [SOLVED] Get Maximum and Minimum Value from a range of cells that contains certain values
    By jotol in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-28-2013, 10:33 PM
  2. Replies: 2
    Last Post: 11-18-2012, 11:09 PM
  3. [SOLVED] Adding together a range of values but omiting certain values
    By AndyHP in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2012, 04:28 AM
  4. Adding date/time to minimum and maximum flow values
    By junglefighter25 in forum Excel General
    Replies: 2
    Last Post: 07-06-2012, 07:28 PM
  5. Adding Values From A Range
    By Cfallscat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-02-2011, 11:26 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