如何用excel算出一列数中大小排80%的数字

请问有什么方法,可以用excel算出一列随机数中,第80%大的那个数字,最好不用排序,sort,之类的方式。

谢谢。

所有跟帖: 

回复:如何用excel算出一列数中大小排80%的数字 -nanochip- 给 nanochip 发送悄悄话 (91 bytes) () 08/19/2009 postreply 10:19:04

thanks, but that is a series of random number -cloudate- 给 cloudate 发送悄悄话 cloudate 的博客首页 (0 bytes) () 08/19/2009 postreply 13:25:20

回复:thanks, but that is a series of random number -nanochip- 给 nanochip 发送悄悄话 (227 bytes) () 08/20/2009 postreply 15:32:06

percentile -haha2000- 给 haha2000 发送悄悄话 (44 bytes) () 08/20/2009 postreply 06:01:58

percentile(array,0.8) -康MM- 给 康MM 发送悄悄话 康MM 的博客首页 (0 bytes) () 08/20/2009 postreply 06:03:36

thanks a lot, I also find a different approach using function pe -cloudate- 给 cloudate 发送悄悄话 cloudate 的博客首页 (0 bytes) () 08/21/2009 postreply 00:21:06

thanks I also find a different approach using percentrank() -cloudate- 给 cloudate 发送悄悄话 cloudate 的博客首页 (0 bytes) () 08/21/2009 postreply 00:21:55

请您先登陆,再发跟帖!