Hi All,
Since it's pretty much impossible to do percentiles on Pivot Table, I found that this formula almost gets me to my goal:
link here: (http://stackoverflow.com/questions/...ot-table-to-summarise-data-by-sub-populations)
but what if I wanted to add some more parameters? The AND function doesn't seem to work here, does it have something to do with the fact that its a array function?
This is what I have, derived from the formula above:
Thanks!
Since it's pretty much impossible to do percentiles on Pivot Table, I found that this formula almost gets me to my goal:
link here: (http://stackoverflow.com/questions/...ot-table-to-summarise-data-by-sub-populations)
Code:
{[FONT=Consolas]=PERCENTILE(IF(Table1[SubPopID]=F$1,Table1[Value],""),$E2/100)}[/FONT]
but what if I wanted to add some more parameters? The AND function doesn't seem to work here, does it have something to do with the fact that its a array function?
This is what I have, derived from the formula above:
Code:
{=PERCENTILE(IF(AND(Table3[Month]=A$246,Table3[Ticket Category]=$M$242,Table3[Ticket Initiation]= $M$243),Table3[TTT Source],""),0.95)}
Thanks!
Last edited: