I have a list of products (200 approx)
I want to rank only those which contribute to 75% of total sales.
Is it possible to do this only with help of simple formula?
Sorting would not be feasible as i want to make it automatic.
Currently im using below formula which involves Percentile, it gives me an apporx answer but not exact.
=IF(IFERROR(RANK.EQ(I2,$I$2:$I$200),0)<=COUNTIF($I$2:$I$200,">"&PERCENTILE($I$2:$I$200,$A$2))+1,IFERROR(RANK.EQ(I2,$I$2:$I$200),""),"")
A2 cell contains - 75%
Kindly Help.
Thanks.
I want to rank only those which contribute to 75% of total sales.
Is it possible to do this only with help of simple formula?
Sorting would not be feasible as i want to make it automatic.
Currently im using below formula which involves Percentile, it gives me an apporx answer but not exact.
=IF(IFERROR(RANK.EQ(I2,$I$2:$I$200),0)<=COUNTIF($I$2:$I$200,">"&PERCENTILE($I$2:$I$200,$A$2))+1,IFERROR(RANK.EQ(I2,$I$2:$I$200),""),"")
A2 cell contains - 75%
Kindly Help.
Thanks.