28.2.11

find the value at A column corresponding to the maximum value at B column

quick memo and example:

A B
0 0.3
5 -0.1
2.0 8
... ...


Index(a2:a65536,match(max(b2:b65536),b2:b65536,0)

没有评论: