If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Calculating a Percentile

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-10, 08:55
roeepa roeepa is offline
Registered User
 
Join Date: Mar 2010
Posts: 28
Calculating a Percentile

Hi,
I'm trying to calculate different percentiles from an array of data that i have, with no luck at all.
In column A i have dates for each day, and in column B i have a value for that specific date. Dates are not necessarily consecutives. For example:

A B
9/24/09 3.5
10/22/09 8.3
11/26/09 18.9

I would like Excel to return the date and value from column B, for the 10%, 25%, 50%, 75% and 90%, of the SUM of values in column B.
In the above example, the total SUM of values is 30.7, so the 10th percentile is 2.07, and the date that it should return is 9/24/09, as this is the first day that the accumulated values in column B went over the 10%.

Any help will be greatly appreciated.
Thanks a lot!
Reply With Quote
  #2 (permalink)  
Old 02-25-11, 06:00
apr pillai apr pillai is offline
Registered User
 
Join Date: Jan 2009
Location: Kerala, India
Posts: 107
Calculating a Percentile

Attempted a sample study of your excel problem with the layout of values as shown in the attached image. The VLOOKUP() Function is used for finding the data.

You may improve this method with more data as well as the usage of VLOOKUP() Function input 10%, 25% etc. using these values into a column as a list and copy pasting vlookup() function.
Attached Thumbnails
Calculating a Percentile-percentage.jpg  
__________________
http://www.msaccesstips.com (Learn MS-Access Tips & Tricks)
Learn Advanced MS-Access Programming with sample VBA Code.
Reply With Quote
  #3 (permalink)  
Old 02-25-11, 07:54
roeepa roeepa is offline
Registered User
 
Join Date: Mar 2010
Posts: 28
Thanks a lot. I'll give it a shot.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On