#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 89
Default Multiple Vlookup

I found another post with the following solution to my problem,
unfortunately, I am not understanding how this works.

=INDEX(C1:C100, MATCH(D1&D2,A1:A100&B1:B100,0))
which is also an array formula, so commit with Ctrl-Shift-Enter.


I have the following data (simplified)

Col A Col B Col C

Row 1 12 1.75 C
Row 2 12 1.50 F
Row 3 12 1.25 EF


My data is

Row 10 12 1.50 Formula here (should return "F")
Row 11 12 1.75 Formula here (should return "C")

Please explain how to build my formula

THANKS

J


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Multiple Vlookup

I think you'll find that D1 and D2 in the formula are equivalent to
your A10 and B10, so change these references. Also, you only have 3
rows of data, so the formula in D10 becomes:

=INDEX(C1:C3, MATCH(A10&B10,A1:A3&B1:B3,0))

Commit with Ctrl-Shift-Enter, then copy into D11.

Hope this helps.

Pete

On Aug 6, 2:02*pm, Iriemon wrote:
I found another post with the following solution to my problem,
unfortunately, I am not understanding how this works.

=INDEX(C1:C100, MATCH(D1&D2,A1:A100&B1:B100,0))
which is also an array formula, so commit with Ctrl-Shift-Enter.

I have the following data (simplified)

* * * * * * Col A * * Col B * * * *Col C

Row 1 * *12 * * * * 1.75 * * * * * *C
Row 2 * *12 * * * * 1.50 * * * * * *F
Row 3 * *12 * * * * 1.25 * * * * * EF *

My data is

Row 10 * 12 * * * *1.50 * * * * *Formula here (should return "F")
Row 11 * 12 * * * *1.75 * * * * *Formula here (should return "C")

Please explain how to build my formula

THANKS

J


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Multiple Vlookup

=INDEX($C$1:$C$3, MATCH(1,($A$1:$A$3=$A10)*($B$1:$B$3=$B10),0))


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Iriemon" wrote in message
...
I found another post with the following solution to my problem,
unfortunately, I am not understanding how this works.

=INDEX(C1:C100, MATCH(D1&D2,A1:A100&B1:B100,0))
which is also an array formula, so commit with Ctrl-Shift-Enter.


I have the following data (simplified)

Col A Col B Col C

Row 1 12 1.75 C
Row 2 12 1.50 F
Row 3 12 1.25 EF


My data is

Row 10 12 1.50 Formula here (should return "F")
Row 11 12 1.75 Formula here (should return "C")

Please explain how to build my formula

THANKS

J




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 89
Default Multiple Vlookup

THANKS ! Finally got it through my thick skull....

<grin

"Iriemon" wrote:

I found another post with the following solution to my problem,
unfortunately, I am not understanding how this works.

=INDEX(C1:C100, MATCH(D1&D2,A1:A100&B1:B100,0))
which is also an array formula, so commit with Ctrl-Shift-Enter.


I have the following data (simplified)

Col A Col B Col C

Row 1 12 1.75 C
Row 2 12 1.50 F
Row 3 12 1.25 EF


My data is

Row 10 12 1.50 Formula here (should return "F")
Row 11 12 1.75 Formula here (should return "C")

Please explain how to build my formula

THANKS

J


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
Multiple if and Vlookup Anto111 Excel Discussion (Misc queries) 3 June 4th 08 05:32 PM
Vlookup with Multiple criteria and multiple sheets Cinny Excel Worksheet Functions 4 June 21st 07 01:47 AM
Vlookup for multiple criteria, multiple worksheets jtoy Excel Worksheet Functions 4 January 25th 07 09:26 PM
How do I use VLOOKUP to ref multiple workbooks with multiple tabs? JackieW Excel Discussion (Misc queries) 2 April 11th 06 05:32 PM
Multiple Vlookup? changeable Excel Worksheet Functions 0 November 9th 04 11:52 AM


All times are GMT +1. The time now is 06:00 AM.

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

About Us

"It's about Microsoft Excel"