返回列表 发帖
Uh, so if I understand correctly, if column A has 1000 rows, you need ten numbers? That is, the average of the first decile, average of the second decile, ... etc.? Is the data sorted or non-sorted? If it's unsorted, do you want to organize deciles by value or by the position in the column?

In any case, it seems like you should just write a macro to do this. Do you know any VBA?

TOP

返回列表