+ Reply to Thread
Results 1 to 5 of 5

Highest three numbers in a list

  1. #1
    Fred Smith
    Guest

    Highest three numbers in a list

    I need the average of the highest three amounts in a range. I'm currently
    using:

    =(large(range,1)+large(range,2)+large(range,3))/3

    Is there an easier way?

    --
    Thanks,
    Fred
    Please reply to newsgroup, not e-mail




  2. #2
    Michael
    Guest

    RE: Highest three numbers in a list

    Hi Fred
    I use this which is only marginally better.

    =AVERAGE(LARGE(range,1),+LARGE(range,2),+LARGE(range,3))
    Have you had a look in the Archives??
    HTH
    Michael

    "Fred Smith" wrote:

    > I need the average of the highest three amounts in a range. I'm currently
    > using:
    >
    > =(large(range,1)+large(range,2)+large(range,3))/3
    >
    > Is there an easier way?
    >
    > --
    > Thanks,
    > Fred
    > Please reply to newsgroup, not e-mail
    >
    >
    >
    >


  3. #3
    Peo Sjoblom
    Guest

    Re: Highest three numbers in a list

    =AVERAGE(LARGE(Range,{1;2;3}))

    entered with ctrl + shift & enter

    --
    Regards,

    Peo Sjoblom


    "Fred Smith" <[email protected]> wrote in message
    news:[email protected]...
    >I need the average of the highest three amounts in a range. I'm currently
    >using:
    >
    > =(large(range,1)+large(range,2)+large(range,3))/3
    >
    > Is there an easier way?
    >
    > --
    > Thanks,
    > Fred
    > Please reply to newsgroup, not e-mail
    >
    >
    >




  4. #4
    Domenic
    Guest

    Re: Highest three numbers in a list

    Try...

    =AVERAGE(LARGE(Range,{1,2,3}))

    Hope this helps!

    In article <[email protected]>,
    "Fred Smith" <[email protected]> wrote:

    > I need the average of the highest three amounts in a range. I'm currently
    > using:
    >
    > =(large(range,1)+large(range,2)+large(range,3))/3
    >
    > Is there an easier way?


  5. #5
    Fred Smith
    Guest

    Re: Highest three numbers in a list

    Thanks guys. I knew there was a better way.

    --
    Regards,
    Fred
    Please reply to newsgroup, not e-mail


    "Domenic" <[email protected]> wrote in message
    news:[email protected]...
    > Try...
    >
    > =AVERAGE(LARGE(Range,{1,2,3}))
    >
    > Hope this helps!
    >
    > In article <[email protected]>,
    > "Fred Smith" <[email protected]> wrote:
    >
    >> I need the average of the highest three amounts in a range. I'm currently
    >> using:
    >>
    >> =(large(range,1)+large(range,2)+large(range,3))/3
    >>
    >> Is there an easier way?




+ 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