#1   Report Post  
Eddie
 
Posts: n/a
Default Best 8

I am to create a formula which sums the best (highest) 8 numeric values.
Values are stored in rows as follows (Columns A to L) and in many rows

12 43 54 23 12 34 54 56 76 87 98 12
43 45 43 45 67 86 43 32 12 34 54 56

Column M should then show the total of the highest 8 values. Is there a way
to do it?
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

Array-entered , meaning commit it by pressing Ctrl-Shift-Enter

=SUM(LARGE(A1:L2,ROW(INDIRECT("1:8"))))

"Eddie" wrote:

I am to create a formula which sums the best (highest) 8 numeric values.
Values are stored in rows as follows (Columns A to L) and in many rows

12 43 54 23 12 34 54 56 76 87 98 12
43 45 43 45 67 86 43 32 12 34 54 56

Column M should then show the total of the highest 8 values. Is there a way
to do it?

  #3   Report Post  
bj
 
Posts: n/a
Default

try in M1
=large(A1:L1,1)+large(A1:L1,2)+large(A1:L1,3)+larg e(A1:L1,4)+large(A1:L1,5)+large(A1:L1,6)+large(A1: L1,7)+large(A1:L1,8)

=sum(large(A1:L1,{1,2,3,4,5,6,7,8})) entered as an array (control-shift-enter)
and copy down for all of your rows.

"Eddie" wrote:

I am to create a formula which sums the best (highest) 8 numeric values.
Values are stored in rows as follows (Columns A to L) and in many rows

12 43 54 23 12 34 54 56 76 87 98 12
43 45 43 45 67 86 43 32 12 34 54 56

Column M should then show the total of the highest 8 values. Is there a way
to do it?

  #4   Report Post  
Harlan Grove
 
Posts: n/a
Default

bj wrote...
....
=sum(large(A1:L1,{1,2,3,4,5,6,7,8})) entered as an array (control-shift-enter)
and copy down for all of your rows.

....

This doesn't need to be entered as an array formula. Try it.

  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUM(LARGE(H4:H18,{1,2,3,4,5,6,7,8}))

--

HTH

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


"Eddie" wrote in message
...
I am to create a formula which sums the best (highest) 8 numeric values.
Values are stored in rows as follows (Columns A to L) and in many rows

12 43 54 23 12 34 54 56 76 87 98 12
43 45 43 45 67 86 43 32 12 34 54 56

Column M should then show the total of the highest 8 values. Is there a

way
to do it?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"