Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 57
Default Vlookup with If condition

I meant this to go under Excel Worksheet Function. My apologizes for the
repeat.

A1 A2 A3
1 3 4
2 5 6
3 6 3
4 7 8
5 3 2
6 2 1
7 3 9

I am trying to find a combination formula that looks at column A2 for a
specific value from another cell (say the cell value is 3 in this case). If
column A2 though contains the value "3" as this examples shows, I want to
look at column A3 just for the rows containing "3" in column A2 and return
the value found in column A1 for the largest value found in A3 for that same
row. I hope this makes sense.

Thanks for your help.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 457
Default Vlookup with If condition

Try using this array* formula:

=INDEX(A:A,MATCH(MAX(IF(B1:B100=3,C1:C100)),C:C,0) )

Note that the ranges inside the IF function can not callout the entire
column

*Array formulas must be confired using Ctrl+Shift+Enter, not just Enter.

--
Best Regards,

Luke M
"Biff" wrote in message
...
I meant this to go under Excel Worksheet Function. My apologizes for the
repeat.

A1 A2 A3
1 3 4
2 5 6
3 6 3
4 7 8
5 3 2
6 2 1
7 3 9

I am trying to find a combination formula that looks at column A2 for a
specific value from another cell (say the cell value is 3 in this case).
If
column A2 though contains the value "3" as this examples shows, I want to
look at column A3 just for the rows containing "3" in column A2 and return
the value found in column A1 for the largest value found in A3 for that
same
row. I hope this makes sense.

Thanks 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
Two Condition Vlookup Santi[_2_] Excel Discussion (Misc queries) 1 March 8th 10 12:01 AM
VLOOKUP Condition lightbulb Excel Discussion (Misc queries) 3 June 24th 09 08:36 PM
2 condition vlookup AZExcelNewbie Excel Discussion (Misc queries) 1 February 17th 06 10:02 PM
VLOOKUP used only when IF condition is met Bradley Excel Worksheet Functions 3 November 22nd 05 05:32 PM
vlookup in two condition val via OfficeKB.com Excel Discussion (Misc queries) 1 March 18th 05 08:12 AM


All times are GMT +1. The time now is 07:08 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"