+ Reply to Thread
Results 1 to 3 of 3

MS Excel 2002 Array Formula =large

  1. #1
    Registered User
    Join Date
    01-10-2011
    Location
    Alberta Canada
    MS-Off Ver
    Excel 2002
    Posts
    2

    Red face MS Excel 2002 Array Formula =large

    This is my first time here, so any help would be greatly appreciated.

    I am having difficulty finding the correct formula for the Sum of 12 cells but only taking the 8 highest.

    What i am doing is taking the sum of 12 months of scores but only the 8 highest for the year.

    So thanks in advance if anyone can help me.
    Last edited by fortbibby; 01-11-2011 at 12:10 PM. Reason: Mod request

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Excel 2002 Formula Help

    This formula is an array formula:

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

    ...confirm it by pressing CTRL-SHIFT-ENTER.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-10-2011
    Location
    Alberta Canada
    MS-Off Ver
    Excel 2002
    Posts
    2

    Re: Excel 2002 Formula Help

    I will give it a try, Thanks for the quick post

+ 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