
- UID
- 223395
- 帖子
- 345
- 主题
- 9
- 注册时间
- 2011-7-11
- 最后登录
- 2016-4-19
|
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? |
|