Microsoft Excel Finding Position Based on two column data? -


fail count  total number    position 0   666 3 1   555 5 0   777 1 2   444 7 1   888 4 2   655 6 3   566 9 3   780 8 0   700 2 

position column result need automatically function (any combination of builtin function or custom function). logic here minimum value of column (fail count) , maximum value of column (total number) first position. , minimum value of column (fail count) , second maximum value of column (total number) second position. continue till end data of column , b.

how sorting data: order fail count ascending and, if equal fail count, total number descending?

with formula becomes array formula bad performance.

enter image description here

formula in d2downwards:

{=match(b2*10^(max($a$2:$a$1000)-a2),large($b$2:$b$1000*10^(max($a$2:$a$1000)-$a$2:$a$1000),row($a$2:$a$1000)-row($a$1)),0)} 

this array formula. input cell without curly brackets , press [ctrl]+[shift]+[enter] finish.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -