Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,670
Default How to remove the top & bottom 10% from a list?

Referring to the post in General Question

Does anyone know how to remove the top & bottom 10 % from a list? such as
There is a list of values under column A, the number of values is not
defined, it can be as small as 10 values, and it can be as large as 6000
values and I would like to remove the 10% of maximum values and 10% of
minimum values from the lists, and store those numbers in column B.
Does anyone have any suggestion?
Thank you in advance
Eric
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 430
Default How to remove the top & bottom 10% from a list?

When you say top and bottom 10% are you talking about 10% of the total? Or
10% as in number of values? (For example if your sample is 100 do you want
the lowest 10 values and the highest 10 values removed?)

"Eric" wrote:

Referring to the post in General Question

Does anyone know how to remove the top & bottom 10 % from a list? such as
There is a list of values under column A, the number of values is not
defined, it can be as small as 10 values, and it can be as large as 6000
values and I would like to remove the 10% of maximum values and 10% of
minimum values from the lists, and store those numbers in column B.
Does anyone have any suggestion?
Thank you in advance
Eric

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,670
Default How to remove the top & bottom 10% from a list?

For example if the sample is 100 I want to remove the lowest 10 (10% of 100)
values and the highest 10 (10% of 100) values from the lists.

If the sample is 9, then I want to remove the lowest 1 (10% of 9) values and
the highest 1 (10% of 100) values from the lists by rounding up the number,
but I don't want to apply the function round in excel. If the number of
sample to be removed from the lowest is 1.1, then I will remove 2 samples
from the lowest.

Do you have any suggestion to solve this formula?
I look forward to your reply
Thank you very much
Eric


"tim m" wrote:

When you say top and bottom 10% are you talking about 10% of the total? Or
10% as in number of values? (For example if your sample is 100 do you want
the lowest 10 values and the highest 10 values removed?)

"Eric" wrote:

Referring to the post in General Question

Does anyone know how to remove the top & bottom 10 % from a list? such as
There is a list of values under column A, the number of values is not
defined, it can be as small as 10 values, and it can be as large as 6000
values and I would like to remove the 10% of maximum values and 10% of
minimum values from the lists, and store those numbers in column B.
Does anyone have any suggestion?
Thank you in advance
Eric

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How to remove the top & bottom 10% from a list?

Here's one formulas play which might deliver it dynamically ..

Assuming source numbers listed in A1:A20

Put in B1:
=IF(A1="","",IF(OR(PERCENTRANK($A$1:$A$20,A1)<=10% ,PERCENTRANK($A$1:$A$20,A1)=90%),"",ROW()))

Put in C1:
=IF(ROW()COUNT(B:B),"",INDEX(A:A,SMALL(B:B,ROW()) ))
Select B1:C1, copy down to C20. Col C returns the required results, ie the
list from col A less the top & bottom 10% of values. Adapt the ranges to suit.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Eric" wrote:
For example if the sample is 100 I want to remove the lowest 10 (10% of 100)
values and the highest 10 (10% of 100) values from the lists.

If the sample is 9, then I want to remove the lowest 1 (10% of 9) values and
the highest 1 (10% of 100) values from the lists by rounding up the number,
but I don't want to apply the function round in excel. If the number of
sample to be removed from the lowest is 1.1, then I will remove 2 samples
from the lowest.

Do you have any suggestion to solve this formula?
I look forward to your reply
Thank you very much
Eric

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
How to remove the top & bottom 10% from a list? Eric Excel Discussion (Misc queries) 4 February 20th 07 09:04 PM
How do I remove bottom band on Excel page to see worksheets? Clover Excel Discussion (Misc queries) 1 January 2nd 07 03:06 AM
Identifying bottom of list T De Villiers Excel Worksheet Functions 1 August 23rd 05 03:48 PM
How do I remove "Fix" from my bottom toolbar? Swaytan Excel Discussion (Misc queries) 1 August 1st 05 07:12 AM
How do I remove a date at the bottom of an excel sheet? rrogers Excel Worksheet Functions 1 July 20th 05 10:37 PM


All times are GMT +1. The time now is 03:05 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"