View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How To Obtain The Top 10%

Sort the data by point balance. The top 10% would be rows 1 thru 1600. The
botttom 20% would be rows 12800 thru 16000
--
Gary''s Student - gsnu200775


"SMH" wrote:

I have two columns displaying over 16K rows of data. Column A is person
1,2,3,4, etc. and Column B is their corresponding point balance.

How can I find the top 10% and bottom 20% of those people?

I only found a sort option using a Pivot Table for the top 10, but it didn't
allow me to say 10%.

Any assistance would be appreciated!!