+ Reply to Thread
Results 1 to 46 of 46

Need help with a function I'm not sure exists

  1. #1
    Registered User
    Join Date
    08-15-2005
    Posts
    14

    Need help with a function I'm not sure exists

    I want excel to sum the highest 5 numbers in a row of 20-25. This means it'll first need to find 5 highest values and then add 'm up.

    Example:

    1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 would be 20+19+18+17+16 = 90

    Does excel allow for an easy way to do this automatically, or do I have to do this manually?

    Thanks in advance

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    for the five highest in row 1 (columns a:z)

    =SUM(LARGE(A1:Z1,{1,2,3,4,5}))

    entered with control+shift+enter
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    08-15-2005
    Posts
    14
    Quote Originally Posted by duane
    for the five highest in row 1 (columns a:z)

    =SUM(LARGE(A1:Z1,{1,2,3,4,5}))

    entered with control+shift+enter
    hm, I get some kind of error message, saying the formula has an error. The cursor is on z1 after the error message...

  4. #4
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    the formula works fine for me as long as i have data in that range

  5. #5
    Registered User
    Join Date
    08-15-2005
    Posts
    14
    I think my dutch excel doesn't understand the english terms, so I'm gonna have another look in the help file. But thanks cause you helped look in the right direction.

  6. #6
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  7. #7
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  8. #8
    Registered User
    Join Date
    08-15-2005
    Posts
    14
    Quote Originally Posted by Bob Phillips
    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    [/color]
    yeah, that's it, thanks. stupid dutch version, i don't know why i have it on my system

  9. #9
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  10. #10
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  11. #11
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  12. #12
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  13. #13
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  14. #14
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  15. #15
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  16. #16
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  17. #17
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  18. #18
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  19. #19
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  20. #20
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  21. #21
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  22. #22
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  23. #23
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  24. #24
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  25. #25
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  26. #26
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  27. #27
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  28. #28
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  29. #29
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  30. #30
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  31. #31
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  32. #32
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  33. #33
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  34. #34
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  35. #35
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  36. #36
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  37. #37
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  38. #38
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  39. #39
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  40. #40
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  41. #41
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  42. #42
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  43. #43
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  44. #44
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




  45. #45
    Aladin Akyurek
    Guest

    Re: Need help with a function I'm not sure exists

    Just enter will do.

    duane wrote:
    > for the five highest in row 1 (columns a:z)
    >
    > =SUM(LARGE(A1:Z1,{1,2,3,4,5}))
    >
    > entered with control+shift+enter
    >
    >


  46. #46
    Bob Phillips
    Guest

    Re: Need help with a function I'm not sure exists

    Cervantes,

    Try

    =SOM(GROOTSTE(A1:Z1;{1;2;3;4;5}))


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Cervantes" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I think my dutch excel doesn't understand the english terms, so I'm
    > gonna have another look in the help file. But thanks cause you helped
    > look in the right direction.
    >
    >
    > --
    > Cervantes
    > ------------------------------------------------------------------------
    > Cervantes's Profile:

    http://www.excelforum.com/member.php...o&userid=26323
    > View this thread: http://www.excelforum.com/showthread...hreadid=395944
    >




+ 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