PC Review


Reply
Thread Tools Rate Thread

Adding more than one maximum

 
 
stevengepp
Guest
Posts: n/a
 
      30th Jun 2008
Is there a way of taking a list of five numbers and adding together only the
highest 3 (ignoring or dropping the two lowest marks)? E.g. if the numbers
were 2,5,7,4,5, the numbers 5,7,5 would be added, 2 and 4 being ignored.
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      30th Jun 2008
One way:
In say, B1: =SUMPRODUCT(LARGE(A1:A5,ROW(1:3)))
where source data is in A1:A5
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"stevengepp" wrote:
> Is there a way of taking a list of five numbers and adding together only the
> highest 3 (ignoring or dropping the two lowest marks)? E.g. if the numbers
> were 2,5,7,4,5, the numbers 5,7,5 would be added, 2 and 4 being ignored.

 
Reply With Quote
 
Teethless mama
Guest
Posts: n/a
 
      30th Jun 2008
=SUM(LARGE(A1:A5,{1,2,3}))


"stevengepp" wrote:

> Is there a way of taking a list of five numbers and adding together only the
> highest 3 (ignoring or dropping the two lowest marks)? E.g. if the numbers
> were 2,5,7,4,5, the numbers 5,7,5 would be added, 2 and 4 being ignored.

 
Reply With Quote
 
stevengepp
Guest
Posts: n/a
 
      1st Jul 2008
Thanks a lot; this worked really well across several multi-linked spreadsheets.

"Teethless mama" wrote:

> =SUM(LARGE(A1:A5,{1,2,3}))
>
>
> "stevengepp" wrote:
>
> > Is there a way of taking a list of five numbers and adding together only the
> > highest 3 (ignoring or dropping the two lowest marks)? E.g. if the numbers
> > were 2,5,7,4,5, the numbers 5,7,5 would be added, 2 and 4 being ignored.

 
Reply With Quote
 
stevengepp
Guest
Posts: n/a
 
      1st Jul 2008
Thanks. This worked well.

"Max" wrote:

> One way:
> In say, B1: =SUMPRODUCT(LARGE(A1:A5,ROW(1:3)))
> where source data is in A1:A5
> --
> Max
> Singapore
> http://savefile.com/projects/236895
> xdemechanik
> ---
> "stevengepp" wrote:
> > Is there a way of taking a list of five numbers and adding together only the
> > highest 3 (ignoring or dropping the two lowest marks)? E.g. if the numbers
> > were 2,5,7,4,5, the numbers 5,7,5 would be added, 2 and 4 being ignored.

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      1st Jul 2008
Welcome
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"stevengepp" <(E-Mail Removed)> wrote in message
news:3E69283B-09B4-4159-B605-(E-Mail Removed)...
> Thanks. This worked well.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum record size and maximum number of records Tom_T Microsoft Access 3 10th Feb 2009 08:09 PM
Maximum Records in Table - Maximum Size of Database dhstein Microsoft Access 2 12th Jan 2009 01:39 AM
Return Maximum from Column directly above Maximum in Row Code Numpty Microsoft Excel Charting 1 19th Nov 2008 07:29 AM
Adding Maximum values =?Utf-8?B?TkI=?= Microsoft Access Reports 3 8th Mar 2007 01:29 AM
Maximum Tables? Maximum Fields/Columns Per Record? =?Utf-8?B?c2hhcnJpcw==?= Microsoft Access Getting Started 7 17th Oct 2005 05:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:49 AM.