excel - Find all values greater or equal than a certain value -
let's have following table.
team score aa 81 bb 67 cc 44 dd 1.5 jj 279 ll 49 tt 201 gg 158 mm 32 hh 89
i want teams scored more 80 in table. tried index + match function follows gives me smallest value greater 80.
here code:
=index($a$2:$a$11,match(80,$b$2:$b$11,-1))
although put values in lookup_array argument in descending order, function gives me 1 answer: smallest value greater 80.
i trying without having sort array , huge database mind you. thank you.
how using autofilter? you're quite flexible in filtering values in column score.
Comments
Post a Comment