Vlookup question

stanleyng

New Member
Joined
Oct 18, 2023
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
Hello Mr Excel experts,

I am not sure how to explain what I need in words so I have attached an image for illustration, hopefully that can help me explain better.
Basically I want to lookup cell F4:F8 against the table range B3:C8 and return the Tier number as the Result. (for e.g. any HSBC branches should return " 1 " as the result)
The problem is I cannot find any formula that can help me do that so now I am using a very time consuming way and manually removing the branch from the bank name in a new cell and do a simple vlookup.

Hope I can find a feasible solution here, thanks in advance!

MrExcelQuestion2.png
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Try this -

Excel Formula:
=XLOOKUP(LEFT(F4,(FIND(" ",F4,1)-1))&"*",B4:B8,C4:C8,,2,1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,086
Messages
6,123,043
Members
449,092
Latest member
ikke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top