开发者

Percentile MSExcel query

开发者 https://www.devze.com 2023-01-14 00:13 出处:网络
Is it possible to find percentile of a) a column called \"开发者_运维百科Country\" with text based column values

Is it possible to find percentile of a) a column called "开发者_运维百科Country" with text based column values

b) a column called "Salary" with column values either of the following - <=50K, >50K


Would something along the lines of the below work?

=Countif(A1:A999,<=50000)/count(A1:A999)
0

精彩评论

暂无评论...
验证码 换一张
取 消