Extracting the top 10 maximum values in excel with multiple conditions -


ops     player      role available  1.000   player 01   p    x   5.000   player 02   d    x 3.000   player 03   c 1.000   player 04      x ---     player 05   p    x 4.000   player 06   p 1.000   player 07   p ---     player 08      x 1.000   player 09   d    x ---     player 10   d 1.333   player 11   c 1.000   player 12   c    x 2.000   player 13   p    x ---     player 14   p ---     player 15   ---     player 16      x 1.500   player 17   3.500   player 18   d    x 1.500   player 19   d ---     player 20   c 1.000   player 21   p    x 1.000   player 22   0.000   player 23   0.000   player 24   d 0.500   player 25   c 0.000   player 26   c    x 0.667   player 27   p    x 

now, in excel, need figure out how create formula returns column of names of players top 10 ops value, specific role define in defined cell , available (the "x" means not available). thus, query return 10 x 1 column vector in excel. cell formula use achieve this?

with 2 columns , no conditions on role , availability brilliantly solved tigeravatar @ following link (extracting top 5 maximum values in excel), when things more complicate?

does have solution me?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -