ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Vlookup with a specific item (https://www.excelbanter.com/excel-discussion-misc-queries/251704-vlookup-specific-item.html)

kattay

Vlookup with a specific item
 
Hi, I would like to vlookup on employees' degree start date, eg.:

A B C
emp. no. Start date Edu
1 01/01/90 Dip
1 01/01/95 Deg
2 01/01/82 Cert
2 01/01/86 Dip
2 01/01/90 Deg

How do I vlookup on the emp. no and deg start date?
Thanks in advance.

Jacob Skaria

Vlookup with a specific item
 
Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=<formula}"

With emp. no. in cell D2 and Start date in cell D3 try the below formula

=INDEX(C2:C10,MATCH(1,(A2:A10=D2)*(B2:B10=D3),0))

--
Jacob


"kattay" wrote:

Hi, I would like to vlookup on employees' degree start date, eg.:

A B C
emp. no. Start date Edu
1 01/01/90 Dip
1 01/01/95 Deg
2 01/01/82 Cert
2 01/01/86 Dip
2 01/01/90 Deg

How do I vlookup on the emp. no and deg start date?
Thanks in advance.



All times are GMT +1. The time now is 07:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com