VLookup - retrieve number of bracket

sh1ne

New Member
Joined
Jul 3, 2017
Messages
33
Office Version
  1. 2016
Platform
  1. Windows
Hello,

How should I act when I want to retrieve number of bracket where value I'm looking for is?


Let me visualize my problem:
Bracket IDValue I'm looking forBracket NumberBracket Content
<formula>101A99 88 100 98 103
<formula>102B87 55 33 58 101
<formula>103C102 108 109 112
<formula>104D111 104 198 175

<tbody>
</tbody>


So basicaly formula should give me number of bracket where value(which I'm looking for) is. Value from row 2 can be in bracket located in row 20. Let's imagine that count of brackets it's 1/4 of total values. How can I deal with it?
I'm struggling with this probably due to that multiple values are located in one cell and all is splitted by space.

Any tips? Thanks
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
How about


Book1
ABCD
1Bracket IDValue I'm looking forBracket NumberBracket Content
2B101A99 88 100 98 103
3C102B87 55 33 58 101
4A103C102 108 109 112
5D104D111 104 198 175
Log
Cell Formulas
RangeFormula
A2=INDEX($C$2:$C$5,MATCH("*"&B2&"*",$D$2:$D$5,0))
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,424
Messages
6,119,401
Members
448,893
Latest member
AtariBaby

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