Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Michele P
 
Posts: n/a
Default In Excel, how to sum top 10 greatest values in a row of numbers?

I have a row of (16) numbers. I want to sum the top (10) greatest numbers. I
know how to get the greatest number by using MAXA, but how do I tell it to
get the top ten greatest numbers and add them together? HELP?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

One way although note that if there are multiple numbers that are of the same
value it won't include let's say the 11th number although it's the same as
the 10th


=SUMPRODUCT(LARGE(A1:A16,ROW(INDIRECT("1:10"))))

Regards,

Peo Sjoblom

"Michele P" wrote:

I have a row of (16) numbers. I want to sum the top (10) greatest numbers. I
know how to get the greatest number by using MAXA, but how do I tell it to
get the top ten greatest numbers and add them together? HELP?

  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

Assuming row 1:

=SUMPRODUCT(LARGE(1:1,ROW(INDIRECT("1:10"))))

or A1:P1

=SUMPRODUCT(LARGE(A1:P1,ROW(INDIRECT("1:10"))))

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a row of (16) numbers. I want to sum the top (10)

greatest numbers. I
know how to get the greatest number by using MAXA, but

how do I tell it to
get the top ten greatest numbers and add them together?

HELP?
.

  #4   Report Post  
galimi
 
Posts: n/a
Default

Michele,

You will have to enter the following formula an an array (i.e., press
control, shift and then the enter key simultaneously)

=sum(if(rank(rangeofnumbersinrow,rangeofnumbersinr ow)<11,rangeofnumbersinrow,0))

Replace the above placeholder, rangeofnumbersinrow with the actual range of
numbers in the row specified.

http://www.ingenio.com/categories/ca...sp?sid=5228306

"Michele P" wrote:

I have a row of (16) numbers. I want to sum the top (10) greatest numbers. I
know how to get the greatest number by using MAXA, but how do I tell it to
get the top ten greatest numbers and add them together? HELP?

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

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

which is an array formula., so commit with Ctrl-Shift-Enter

--

HTH

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


"Michele P" <Michele wrote in message
...
I have a row of (16) numbers. I want to sum the top (10) greatest numbers.

I
know how to get the greatest number by using MAXA, but how do I tell it to
get the top ten greatest numbers and add them together? HELP?





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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Missing values in Excel Line Chart mw55309 Charts and Charting in Excel 1 January 19th 05 12:10 PM
Generating Correlated Random Values in Excel Randy Excel Discussion (Misc queries) 2 January 16th 05 09:50 PM
Stop Excel from converting text labels in CSV files to Values Just Want a Label! Excel Discussion (Misc queries) 1 January 11th 05 04:51 PM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM


All times are GMT +1. The time now is 09:38 PM.

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"