PC Review


Reply
Thread Tools Rate Thread

How do I find the 12 highest numbers in a row of 52 numbers

 
 
=?Utf-8?B?am9obm55?=
Guest
Posts: n/a
 
      8th Jul 2006
How do I find the 12 highest numbers in a row of 52 numbers, add them
together and enter the total in a particular cell?
 
Reply With Quote
 
 
 
 
KL
Guest
Posts: n/a
 
      8th Jul 2006
Hi johnny,

Something like this:

longer, but non-volatile
=SUMPRODUCT(LARGE(A1:AZ1,{1,2,3,4,5,6,7,8,9,10,11,12}))

shorter, but volatile
=SUMPRODUCT(LARGE(A1:AZ1,ROW(INDIRECT("1:12"))))

or if the numbers can't be repeated:
=SUMIF(A1:AZ1,">="&LARGE(A1:AZ1,12))

Regards,
KL


"johnny" <(E-Mail Removed)> wrote in message
news:8F37BB3B-5B9F-4D7B-9511-(E-Mail Removed)...
> How do I find the 12 highest numbers in a row of 52 numbers, add them
> together and enter the total in a particular cell?



 
Reply With Quote
 
Biff
Guest
Posts: n/a
 
      8th Jul 2006
Hi!

Try one of these:

=SUM(LARGE(A1:AZ1,{1,2,3,4,5,6,7,8,9,10,11,12}))

Or, entered as an array using the key combination of CTRL,SHIFT,ENTER:

=SUM(LARGE(A1:AZ1,ROW(INDIRECT("1:12"))))

Biff

"johnny" <(E-Mail Removed)> wrote in message
news:8F37BB3B-5B9F-4D7B-9511-(E-Mail Removed)...
> How do I find the 12 highest numbers in a row of 52 numbers, add them
> together and enter the total in a particular cell?



 
Reply With Quote
 
=?Utf-8?B?am9obm55?=
Guest
Posts: n/a
 
      8th Jul 2006
Thanks guys, helped a lot

"Biff" wrote:

> Hi!
>
> Try one of these:
>
> =SUM(LARGE(A1:AZ1,{1,2,3,4,5,6,7,8,9,10,11,12}))
>
> Or, entered as an array using the key combination of CTRL,SHIFT,ENTER:
>
> =SUM(LARGE(A1:AZ1,ROW(INDIRECT("1:12"))))
>
> Biff
>
> "johnny" <(E-Mail Removed)> wrote in message
> news:8F37BB3B-5B9F-4D7B-9511-(E-Mail Removed)...
> > How do I find the 12 highest numbers in a row of 52 numbers, add them
> > together and enter the total in a particular cell?

>
>
>

 
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
Search row of numbers, find highest value. Ice Bear Microsoft Excel Worksheet Functions 2 4th Jun 2009 03:55 PM
Need to find the 2 highest numbers for each person? =?Utf-8?B?cG9rZGJ6?= Microsoft Access 6 1st Nov 2006 09:21 PM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Microsoft Excel Worksheet Functions 3 19th Jan 2006 09:52 AM
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? C-Man23 Microsoft Excel Worksheet Functions 1 9th Jan 2006 01:23 PM
Find controls in a tab control with highest and lowest tab index numbers Colin Graham Microsoft Dot NET 1 11th Aug 2004 12:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:07 AM.