VLOOKUP with MAX criteria

T

tralls

Struggling with this one:

Need to return a value in column D that cooresponds to the changing MAX
result in column E. In the example following, the returned result would
be 82:

(B) (C) (D) (E)
1 0 82 154
2 82 102 3
3 102 128 3
4 128 160 4
5 160 200 3


Using the following syntax (which is incorrect):

=VLOOKUP(MAX(E3:E7),B3:E7,3)

Can I get the (D) result returned if any of the 5 sub's (B) yield a MAX
in (E)?

Thanks in advance for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top