+ Reply to Thread
Results 1 to 5 of 5

Summation of 3 biggest numbers...

  1. #1
    Registered User
    Join Date
    04-10-2006
    Posts
    2

    Summation of 3 biggest numbers...

    hi all, is there any quick method to add up 3 biggest numbers in a set of number? e.g.
    I have the following data in a row:

    100 20 90 30

    And I want to add up 3 biggest numbers, i.e.
    100 + 90 + 30 = 220

    Thanks!

  2. #2
    Registered User
    Join Date
    04-10-2006
    Posts
    2
    thanks all, I have solved the problem by "large" function.

  3. #3
    Ken Wright
    Guest

    Re: Summation of 3 biggest numbers...

    =SUMPRODUCT(LARGE(A1:Z1,{1,2,3}))

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ------------------------------*------------------------------*----------------
    It's easier to beg forgiveness than ask permission :-)
    ------------------------------*------------------------------*----------------


    "lau0001" <[email protected]> wrote in
    message news:[email protected]...
    >
    > hi all, is there any quick method to add up 3 biggest numbers in a set
    > of number? e.g.
    > I have the following data in a row:
    >
    > 100 20 90 30
    >
    > And I want to add up 3 biggest numbers, i.e.
    > 100 + 90 + 30 = 220
    >
    > Thanks!
    >
    >
    > --
    > lau0001
    > ------------------------------------------------------------------------
    > lau0001's Profile:
    > http://www.excelforum.com/member.php...o&userid=33320
    > View this thread: http://www.excelforum.com/showthread...hreadid=531442
    >




  4. #4
    Nozza
    Guest

    Re: Summation of 3 biggest numbers...

    On Mon, 10 Apr 2006 16:30:42 +0100, "Ken Wright"
    <[email protected]> wrote:

    >=SUMPRODUCT(LARGE(A1:Z1,{1,2,3}))


    Hi Ken

    Thanks for this - this is really useful stuff.

    Been having a look into this and am now wondering why you chose to use
    SUMPRODUCT instead of SUM?

    I've tried SUM and get the same results. Or is that by chance?

    Thanks

    Noz
    --
    Email (ROT13)
    [email protected]

  5. #5
    Ken Wright
    Guest

    Re: Summation of 3 biggest numbers...

    Nope, my bad - I just get so used to using SUMPRODUCT that I'll occasionally
    miss the simpler option :-(

    Regards
    Ken................

    "Nozza" <[email protected]> wrote in message
    news:[email protected]...
    > On Mon, 10 Apr 2006 16:30:42 +0100, "Ken Wright"
    > <[email protected]> wrote:
    >
    >>=SUMPRODUCT(LARGE(A1:Z1,{1,2,3}))

    >
    > Hi Ken
    >
    > Thanks for this - this is really useful stuff.
    >
    > Been having a look into this and am now wondering why you chose to use
    > SUMPRODUCT instead of SUM?
    >
    > I've tried SUM and get the same results. Or is that by chance?
    >
    > Thanks
    >
    > Noz
    > --
    > Email (ROT13)
    > [email protected]




+ 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