+ Reply to Thread
Results 1 to 9 of 9

sum the largest 5 numbers on a row

  1. #1
    Registered User
    Join Date
    06-08-2014
    Posts
    3

    sum the largest 5 numbers on a row

    Hi all,


    I have been trying to sum the largest 5 numbers that are in a row

    the number are in the columns stating c1, e1, g1,i1,k1,m1,o1 ect for about and other 15-20 columns, so there is a missing, so a lot of numbers

    thing to note i am missing a cell between the cells i need to count/ sum

    I have used the large function, but I an struggling even the excel expert at the work is stumped

    can any one help

    thanks for looking


    Wils

  2. #2
    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: sum the largest 5 numbers on a row

    Is this useful?

    http://www.excelforum.com/excel-form...le-values.html
    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.

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: sum the largest 5 numbers on a row

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    06-08-2014
    Posts
    3

    Re: sum the largest 5 numbers on a row

    Hi,

    uploaded file hope tho helps

    i am working out percentages from the best overall score in a different class but am only using the top 5 percentages summed to find the winner


    thanks

    wils
    Attached Files Attached Files

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: sum the largest 5 numbers on a row

    Hi and welcome to the forum

    1st, you can shorten the formulas in column U to this, copied down...
    =SUMIF($B$3:$R$3,"%",$B4:R4)
    This will let you extend your range and easier by just inserting a column before (the currect) R

    Then, for your main question, use this ARRAY formula, copues down...
    =SUMIFS(B4:Q4,$B$3:$Q$3,"%",B4:Q4,">="&LARGE(IF(B4:Q4<1,B4:Q4,0),5))

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: sum the largest 5 numbers on a row

    Something like this...

    Data Range
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    N
    O
    1
    80
    55
    33
    11
    44
    62
    8
    62
    92
    92
    20
    28
    42
    2
    3
    4
    291


    This formula entered in C4:

    =SUM(LARGE((C1,E1,G1,I1,K1,M1,O1),{1,2,3,4,5}))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  7. #7
    Registered User
    Join Date
    06-08-2014
    Posts
    3

    Re: sum the largest 5 numbers on a row

    Hi,

    thanks to all who replied,FDibbins i will set up a sheet tonight and try your answer.

    Tony Valko, you answer worked and was easy for me to put in place and understand many thanks for your help.


    thanks again

    wils


    w

  8. #8
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: sum the largest 5 numbers on a row

    see the attachement
    Attached Files Attached Files

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: sum the largest 5 numbers on a row

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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] average of kth largest numbers in an array of n numbers
    By georgeb in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  2. formula: average of kth largest numbers in an array of n numbers
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 09:05 AM
  3. [SOLVED] average of kth largest numbers in an array of n numbers
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 08:05 AM
  4. average of kth largest numbers in an array of n numbers
    By georgeb in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  5. average of kth largest numbers in an array of n numbers
    By georgeb in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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