Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tralls
 
Posts: n/a
Default VLOOKUP with MAX criteria


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!


--
tralls
------------------------------------------------------------------------
tralls's Profile: http://www.excelforum.com/member.php...nfo&userid=859
View this thread: http://www.excelforum.com/showthread...hreadid=479275

  #2   Report Post  
L. Howard Kittle
 
Posts: n/a
Default VLOOKUP with MAX criteria

Hi Tralls,

Vlookup return only to the right. Try this.

From Chip Pearson site with the max function added.
http://www.cpearson.com/excel/lookups.htm#LeftLookup

=OFFSET(E1,MATCH(MAX(E1:E5),E1:E5,0)-1,-1,1,1)

HTH
Regards,
Howard

"tralls" wrote in
message ...

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!


--
tralls
------------------------------------------------------------------------
tralls's Profile:
http://www.excelforum.com/member.php...nfo&userid=859
View this thread: http://www.excelforum.com/showthread...hreadid=479275



  #3   Report Post  
Domenic
 
Posts: n/a
Default VLOOKUP with MAX criteria

Try...

=INDEX(D3:D7,MATCH(MAX(E3:E7),E3:E7,0))

Hope this helps!

In article ,
tralls wrote:

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!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup with multiple criteria nick Excel Worksheet Functions 8 October 10th 05 03:46 PM
VLookup on two criteria - Not two dimensional Jon C Excel Worksheet Functions 5 September 7th 05 07:17 PM
Vlookup - double criteria Rashid Excel Worksheet Functions 1 March 29th 05 11:39 AM
Vlookup - double criteria Rashid Excel Worksheet Functions 1 March 28th 05 11:42 PM
SUMIF using VLOOKUP as criteria Telly Excel Worksheet Functions 1 February 18th 05 10:17 PM


All times are GMT +1. The time now is 01:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"