Finding top 5% in Excel

espop23

I have a list of data in Excel, with values attributed to the different samples. I would like to subset the top 5% from all my data. How can I do this in Excel?

 sample  value
 a       0.6001437980
 b       0.0983224370
 c       0.0493093160
 d       0.0427906350
 e       0.0413478790
 f       0.0299204810
 g       0.0259600660
 h       0.0215505810
 i       0.0167398000
 j       0.0131496290
 k       0.0105364240
 l       0.0082647980
 m       0.0068507060
 n       0.0065234580
 o       0.0050233730
Ulli Schmid

In cell C2, enter

=B2>=PERCENTILE($B$2:$B$63,0.95)

you can then copy this to C3:C63.
Column C now shows TRUE only for those rows with a B value in the top 5%.

Additionally you may like to apply a filter.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Finding Top 15 or Top 10% Highest Values in Excel

From Dev

Python - Finding the top 5 rows containing a word in a dataframe

From Dev

Extracting the top 5 maximum values in excel

From Dev

Finding the top most parent

From Dev

Excel VBA: Filter and copy from top 5 rows/cells

From Dev

Excel vba extract top 5 google search results URL in cell

From Dev

Parallel sort not finding the top numbers

From Dev

Finding top 10 in a dataframe in Pandas

From Dev

Finding position from top of page

From Dev

Parallel sort not finding the top numbers

From Dev

Finding top 10 occurrences in data

From Dev

Excel not finding VBA Function

From Dev

Finding Multiple text in Excel

From Dev

Excel Finding average speed

From Dev

Excel finding the code for a cell to be equal or more than another cell to give 1- 5 points

From Dev

Finding 5 in a row

From Dev

Fabric js Finding the top most object at a point?

From Dev

Finding where element meets top of scrollable div

From Dev

Algorithm for finding best top-scoring combinations

From Dev

Finding top n elements in a table in R

From Dev

Finding top words per kmeans cluster

From Dev

C# Finding top-level window

From Dev

Algorithm for finding best top-scoring combinations

From Dev

Finding the top values in data frame using r

From Dev

Finding the largest values in SAS (Top 3)

From Dev

Finding top N entries from the Array

From Dev

Finding content of Excel file in Powershell

From Dev

Finding combinations and counting them in Excel

From Dev

Excel IF Statement for finding multiple words