#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAL PAL is offline
external usenet poster
 
Posts: 200
Default Percentile

Is there a way to modify this formula, with the Percentile function to get
different percentiles instead of median. I have used this formula as an
array.........

=MEDIAN(IF('1 Worksheet'!$H$2:$H$1309="",IF('1
Worksheet'!$E$2:$E$1309="Biosurgical Specialties",'1
Worksheet'!$I$2:$I$1309,"")))

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Percentile

Hi,

Like this

=PERCENTILE(IF('1 Worksheet'!$H$2:$H$1309="",IF('1
Worksheet'!$E$2:$E$1309="Biosurgical Specialties",'1
Worksheet'!$I$2:$I$1309,"")),0.1)

The last 0.1 is the 10th percentile so change to suit. Once again an array.

Mike

"PAL" wrote:

Is there a way to modify this formula, with the Percentile function to get
different percentiles instead of median. I have used this formula as an
array.........

=MEDIAN(IF('1 Worksheet'!$H$2:$H$1309="",IF('1
Worksheet'!$E$2:$E$1309="Biosurgical Specialties",'1
Worksheet'!$I$2:$I$1309,"")))

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
Percentile PAL Excel Worksheet Functions 0 October 17th 09 04:22 AM
Percentile formula Dawnavyn Excel Worksheet Functions 1 February 8th 09 06:13 PM
Display Percentile BLR Excel Worksheet Functions 6 December 4th 08 10:21 PM
how to group percentile Able Cox New Users to Excel 3 January 18th 08 01:04 AM
percentile Blessingspoint Excel Worksheet Functions 2 January 22nd 05 06:19 AM


All times are GMT +1. The time now is 04:32 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"