+ Reply to Thread
Results 1 to 9 of 9

Adding up the highest eight values

  1. #1
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Adding up the highest eight values

    Morning guys,

    I would appreciate any help with this.

    In the attached spreadsheet in column T, I would like it to add up the highest 8 values in the columns B to Q, only.

    Thanks for any help you can give.
    Attached Files Attached Files
    Last edited by Cmorgan; 01-21-2013 at 07:45 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Adding up the highest eight values

    Perhaps
    Please Login or Register  to view this content.
    entered as an array formula with Ctrl+Shift+Enter

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Adding up the highest eight values

    Hi Cmorgan

    If you want any other combo, just edit the array.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  4. #4
    Valued Forum Contributor
    Join Date
    08-13-2012
    Location
    Gardony, Hungary
    MS-Off Ver
    Excel 2003
    Posts
    558

    Re: Adding up the highest eight values

    Hi,

    try copying this formula to T2
    Please Login or Register  to view this content.
    I took the idea from here:
    http://chandoo.org/wp/2010/06/04/ave...-top-5-values/

  5. #5
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Adding up the highest eight values

    try the attached macro by clicking the button
    Attached Files Attached Files

  6. #6
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Adding up the highest eight values

    Whats all that about!! We are not in the VBA section.

    Quote Originally Posted by rcm View Post
    try the attached macro by clicking the button

  7. #7
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Adding up the highest eight values

    Many thanks for this, I am using:

    =SUM(LARGE(B2:Q2,{1,2,3,4,5,6,7,8}))

    I now need to add an additional column that:

    B2 + C2 + (the highest 6 scores from D2:Q2)

    I've tried:
    =SUM(B2+C2+(LARGE(D2:Q2,{1,2,3,4,5,6})))

    But it doesn't seem to work, any ideas will be greatfully appreciated.

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Adding up the highest eight values

    Try in this way.

    =SUM(LARGE(D2:Q2,{1,2,3,4,5,6}))+B2+C2
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  9. #9
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Adding up the highest eight values

    Thank you for all the help, from all you guys - it's much appreciated.

+ 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