PC Review


Reply
Thread Tools Rate Thread

How to determine the first 6 large numbers from a list?

 
 
Eric
Guest
Posts: n/a
 
      11th Dec 2007
Does anyone have any suggestions on how to determine the first 6 large
numbers from a list under column A? such as
Under column A, there is a list of numbers
11,23,42,32,63,45,76,34,56,34,67,87,45,55,67,65,43,45,23,66,...
If any number in column A is the first 6 large numbers, then return 1 in B
column related to the same row.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

 
Reply With Quote
 
 
 
 
Carim
Guest
Posts: n/a
 
      11th Dec 2007
Hi Eric,

Why not Data Filter AutoFilter Top 6 ... ?

HTH
 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      11th Dec 2007
One way
Assume numbers running in A1 down
Put in B1, array-enter the formula by pressing CTRL+SHIFT+ENTER:
=IF(ISNUMBER(MATCH(A1,LARGE($A$1:$A$100,{1;2;3;4;5;6}),0)),1,"")
Copy B1 down to the last row of data in col A. Adapt the range to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Eric" wrote:
> Does anyone have any suggestions on how to determine the first 6 large
> numbers from a list under column A? such as
> Under column A, there is a list of numbers
> 11,23,42,32,63,45,76,34,56,34,67,87,45,55,67,65,43,45,23,66,...
> If any number in column A is the first 6 large numbers, then return 1 in B
> column related to the same row.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric
>

 
Reply With Quote
 
Stefi
Guest
Posts: n/a
 
      11th Dec 2007
Enter in B1 and drag down as required:
=IF(A1<=LARGE(A:A,6),1,0)

Regards,
Stefi

„Eric” ezt *rta:

> Does anyone have any suggestions on how to determine the first 6 large
> numbers from a list under column A? such as
> Under column A, there is a list of numbers
> 11,23,42,32,63,45,76,34,56,34,67,87,45,55,67,65,43,45,23,66,...
> If any number in column A is the first 6 large numbers, then return 1 in B
> column related to the same row.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric
>

 
Reply With Quote
 
iliace
Guest
Posts: n/a
 
      11th Dec 2007
On Dec 11, 5:45 am, Eric <E...@discussions.microsoft.com> wrote:
> Does anyone have any suggestions on how to determine the first 6 large
> numbers from a list under column A? such as
> Under column A, there is a list of numbers
> 11,23,42,32,63,45,76,34,56,34,67,87,45,55,67,65,43,45,23,66,...
> If any number in column A is the first 6 large numbers, then return 1 in B
> column related to the same row.
> Does anyone have any suggestions?
> Thanks in advance for any suggestions
> Eric


You can enter this array formula in B1:B6 range:

=LARGE($A:$A,{1;2;3;4;5;6})

Replace the semicolons with columns, and you can use the same formula
in B1:G1 range:

=LARGE($A:$A,{1,2,3,4,5,6})

This depends on the list separator setting in your regional settings.
 
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
How to determine the second large value from a list? Eric Microsoft Excel Misc 2 28th Jul 2009 10:16 AM
How to determine the top 5 occurrences from a list of numbers? =?Utf-8?B?RXJpYw==?= Microsoft Excel Misc 3 25th Sep 2007 10:30 AM
How to determine the frequency of a list of numbers? =?Utf-8?B?RXJpYw==?= Microsoft Excel Misc 3 15th Jun 2007 08:58 AM
How do I determine which numbers in a list equal a given sum? =?Utf-8?B?aW5mcmF0ZXJyYQ==?= Microsoft Excel Misc 10 7th Oct 2005 11:39 PM
Excel checking numbers against a large list of numbers =?Utf-8?B?TWF4b24=?= Microsoft Excel Worksheet Functions 2 24th Sep 2004 11:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 PM.