![]() |
Filtering out top & bottom 2.5% in a list
The AutoFilter will not allow me to enter a non-integer (2.5) in the percent
field. I need to filter a list to show all except the top and bottom 2.5%. I've been looking for over an hour and can't find anything that remotely addresses this issue. Can anyone help?? (My boss is waiting 8-) ) -- PClantonBailey ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...et.f unctions |
Filtering out top & bottom 2.5% in a list
Filter on a helper col. Assuming scores/marks are listed within D2:D200,
place in say E2: =IF(D2="","",IF(OR(PERCENTRANK($D$2:$D$200,D2)<=2. 5%,PERCENTRANK($D$2:$D$200,D2)=97.5%),"","Y")) Copy E2 down to E200, then apply autofilter on E1, filter out: "Y". The filtered rows will be your required list, viz. all except the top and bottom 2.5%. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "PClantonBailey" wrote: The AutoFilter will not allow me to enter a non-integer (2.5) in the percent field. I need to filter a list to show all except the top and bottom 2.5%. I've been looking for over an hour and can't find anything that remotely addresses this issue. Can anyone help?? (My boss is waiting 8-) ) -- PClantonBailey |
All times are GMT +1. The time now is 06:59 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com