Hello
i am calculating percentile of a column, using "=Percentile(column, 0.5)"
But my situation here, is i have 2 columns one is country and second column is salary.
I want to calculate country wise median percentile, i used below formula to calculate :
=PERCENTILE(IF(A2:A6275=G6,B:B),0.25)
I am getting output, but that is not the correct one.
I have attached the example file. Any one please check and let me know where i am missing.
i am calculating percentile of a column, using "=Percentile(column, 0.5)"
But my situation here, is i have 2 columns one is country and second column is salary.
I want to calculate country wise median percentile, i used below formula to calculate :
=PERCENTILE(IF(A2:A6275=G6,B:B),0.25)
I am getting output, but that is not the correct one.
I have attached the example file. Any one please check and let me know where i am missing.