+ Reply to Thread
Results 1 to 3 of 3

Summation top x of y

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

    Question Summation top x of y

    IF I have a list of values (12) and I only want to auto sum the top 10 of 12 values; is there a formula to do this? There are about 223 lists of 12 valus where I wish to apply this sum logic...
    BearingGuy

  2. #2
    Forum Contributor
    Join Date
    06-10-2005
    MS-Off Ver
    2007
    Posts
    223
    If your data is in column A, then try this...


    =SUM(LARGE(A1:A12,ROW(INDIRECT("1:10"))))

    entered as an array... ctrl+shift+enter


    Phillycheese5

  3. #3
    Registered User
    Join Date
    10-06-2006
    Posts
    2

    Lightbulb

    THANKS Phillycheese5!!
    Didn't exactly work but it did provide me a solution that works for my hockey pool!

+ 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