+ Reply to Thread
Results 1 to 5 of 5

Finding more than one number

  1. #1
    Registered User
    Join Date
    06-12-2009
    Location
    Kailua, Hawaii
    MS-Off Ver
    Office 2007 & Office Mac 2008
    Posts
    4

    Finding more than one number

    I'm trying to create some excel formatting to execute the the following:

    -Find the highest 8 numbers out of 10 numbers.
    -Find the sum of those eight value.

    Is this possible in excel? If so, can someone assist me with it.

    Alex

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Finding more than one number

    Hi Alex, and welcome to the forum.

    You should be able to use the array formula:

    =SUM(IF(A1:A20>=LARGE(A1:A20,8),A1:A20))

    After typing/editing this formula, you must press CTRL+SHIFT+ENTER, not just ENTER. When done properly Excel will automatically insert braces around your formula.

    One note, though: If there are multiple instances of the 8th largest value, it will include all of them in the sum.

    Hope that helps!

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Finding more than one number

    Another alternative re: Summation

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

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Finding more than one number

    Ahh, that seems to work better than mine. I never can remember where I can use those {arrays}.

    Gracias.

  5. #5
    Registered User
    Join Date
    06-12-2009
    Location
    Kailua, Hawaii
    MS-Off Ver
    Office 2007 & Office Mac 2008
    Posts
    4

    Thumbs up Re: Finding more than one number

    Thanks all. Your help is greatly 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