RANK(array,ref,order)。
其中,array是要排名的数组或范围;ref是要返回排名的值;order参数指定了排序方式,可以是1(第1名)、2(第2名)、0(平均数)等。
例如,假设有一个包含5个数值的数组[5,10,5,15,20],要求返回每个数值在数组中的排名,可以使用以下公式:
=IF(AND(array(5)=array(5),array(10)>array(5),array(20)>array(5)),1,IF(AND(array(5)=array(5),array(10)>array(5),array(20)