View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default Creating notches in box whisker plots in Microsoft Excel

Hi Del,

No preference just using the same formula as the example the OP was having
problems with.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Del Cotter" wrote in message
...
On Sat, 16 Jun 2007, in microsoft.public.excel.charting,
Andy Pope said:

The formula for X value of NotchLeft is
=MEDIAN($A$1:$A$50)-(1.7*((1.25*(PERCENTILE($A$1:$A$50,0.75)-PERC
ENTILE($A$1:$A$50,0.25))/(1.35*50))))

The formula for X value of NotchRight is
=MEDIAN($A$1:$A$50)+(1.7*((1.25*(PERCENTILE($A$1 :$A$50,0.75)-PERC
ENTILE($A$1:$A$50,0.25))/(1.35*50))))


Any particular reason for preferring
PERCENTILE(<range,0.75)-PERCENTILE(<range,0.25)
to
QUARTILE(<range,3)-QUARTILE(<range,1)
?

(I'm such a fond user of quartiles that I sometimes use them instead on
MIN, MAX and MEDIAN, because the five values are so simple to copy down
a column next to the numbers 0-4)

--
Del Cotter
NB Personal replies to this post will send email to
,
which goes to a spam folder-- please send your email to del3 instead.