Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of bank branch codes
Worksheet one Lower bound Upper Bound Name 0 6611600 Bank A 6611601 7000000 Bank B 7000001 750699 Bank C I have a list of bank details per employee Emp No Bank Branch code 001 0045000 002 6611609 003 750601 How do I use the employee's bank branch code to return the bank name from the other worksheet? Thanks JBS |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
JBS,
With code in cell B2, =VLOOKUP($B2,'Sheet with Bank Names'!$A$2:$C$XXXX,3) where XXXX is the row of the las entry in your data table. Assumes that the data table is sorted by lower bound, with lower bound in column A and Bank ID in column C. HTH, Bernie MS Excel MVP "JBS" wrote in message ... I have a list of bank branch codes Worksheet one Lower bound Upper Bound Name 0 6611600 Bank A 6611601 7000000 Bank B 7000001 750699 Bank C I have a list of bank details per employee Emp No Bank Branch code 001 0045000 002 6611609 003 750601 How do I use the employee's bank branch code to return the bank name from the other worksheet? Thanks JBS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP WITH RANGES | Excel Worksheet Functions | |||
vlookup for 4 different ranges | Excel Discussion (Misc queries) | |||
vlookup for different ranges | Excel Discussion (Misc queries) | |||
VLOOKUP & TWO DIFFERENT RANGES | New Users to Excel | |||
vlookup ranges | Links and Linking in Excel |