Help...
I would like to use the percentile function on column B, for example,dependant upon the entry on column A.
e.g. So if A = Red the percentile (B:B,0.95)
What would the formula for this be?
Thanks
Michelle
Help...
I would like to use the percentile function on column B, for example,dependant upon the entry on column A.
e.g. So if A = Red the percentile (B:B,0.95)
What would the formula for this be?
Thanks
Michelle
Percentile( array, nth_percentile )
A1 = percentile (B:B,0.95)
not very clear, following formula might solve your problemOriginally Posted by brook1
=IF(A1="Red",PERCENTILE(B:B,0.95),"")
Regards.
Last edited by starguy; 11-16-2006 at 06:36 AM.
Perhaps something like
=PERCENTILE(IF(A1:A12="red",B1:B12,""),0.95)
Entered as an array , shift ctrl then Enter
Regards
Dav
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks