Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i am trying to write a lookup function from Col C that looks at Col A and B and then looks up the match to both cells in a different s/s and returns the ref #. Source s/s; Col A = Band Name Col B = Manager Name Col C = reference number note band name & manager name can appear more than once. Aim here is result the reference number in Col C. Thanks George |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=INDEX(Sheet2!$C$1:$C$20,MATCH($A1&$B1,Sheet2!$A$1 :$A$20&Sheet2!$B$1:$B$20,0),1)
Entered with Ctrl+shift+enter rather than just enter since this is an array formula. I assume that the combination of brand name and manager name ties to only one reference number even it if may appear multiple times in the lookup sheet. -- Regards, Tom Ogilvy "George" wrote: Hi, i am trying to write a lookup function from Col C that looks at Col A and B and then looks up the match to both cells in a different s/s and returns the ref #. Source s/s; Col A = Band Name Col B = Manager Name Col C = reference number note band name & manager name can appear more than once. Aim here is result the reference number in Col C. Thanks George |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in 4 columns | Excel Worksheet Functions | |||
VLOOKUP for 2 columns or more | Excel Discussion (Misc queries) | |||
VLookup in to columns | Excel Worksheet Functions | |||
Vlookup using two columns | Excel Worksheet Functions | |||
Vlookup with 2 columns | Excel Discussion (Misc queries) |