Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Percentage ranges within data range - help needed

I have a range of numerical data in a column sorted. I ned to rank these for
an "if" arguement.

I need to know the top 5% rated (A), next 10% (B), next 60% (C) then the
last 25% (D).

The data volumes are varied between 5 rows and 21 rows and the values
normally are anywhere between 50 and 200.

I have tried various approaches but am probably missing an obvious one...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Percentage ranges within data range - help needed

Somewhere, put a 4 line 2 column database. Say from AA1:AB4.

First column consists of:
0
=PERCENTILE(E2:E25,0.25)
=PERCENTILE(E2:E25,0.85)
=PERCENTILE(E2:E25,0.95)

2nd column:
D
C
B
A

Back in your original database make a new column with a vlookup, copy
to each cell:
=VLOOKUP(E2,$AA$1:$AB$4,2)

Although this is only one way to decide on the ranking. I'm not
exactly sure how you rank your numbers. May have to alter that
percentile formula to something else.
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
percentage range geisha666 Excel Worksheet Functions 1 May 28th 08 07:46 PM
Percentage within a range Danielle Excel Worksheet Functions 4 February 5th 07 04:32 PM
x y scatter chart series ranges reset to x(range) = y(range) Brakerm19 Charts and Charting in Excel 4 September 26th 06 11:13 PM
Displaying percentage in ranges in pivot table pamarty Excel Worksheet Functions 3 May 10th 06 09:54 PM
Percentage function needed scyce Excel Worksheet Functions 1 May 2nd 06 06:41 PM


All times are GMT +1. The time now is 04:00 AM.

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"