Partial String Match using vlooup and/or index and match

breg523

New Member
Joined
Nov 17, 2014
Messages
4
im trying to pull the rate from column N and display the rate on column but im testing two different formuls, one using the ID and one using the Desc, The valuse in J-N is much larger in volume but just pulled those two. Is there a way to use a combination of the two ID and Desc or perhaps use only a partial string to match or why the ID wont match because there are alphanumeric values(i think)? The ID is unique to each Desc. by the way however some have alphanumeric characters. Thank you for all and any input/help!

=VLOOKUP("*"&A2&"*",J2:N3,5,FALSE)
=VLOOKUP("*"&A3&"*",L2:N3,3,FALSE)

=VLOOKUP("*"&A5&"*",J2:N3,5,FALSE)
=VLOOKUP("*"&B6&"*",L2:N3,3,FALSE)
IDDescFee MISC 1MISC 2MISC 3MISC 4RateIDCARD TYPE DESC Rate
1L5 L5 US REG 0.72025500.720.05% 1L5Visa US REG0.05% $ 0.22
1L5 L5 US REG 0.72025500.72#N/A220MasterCard INTL CORPORATE2.00%$0.00
220INTL CORPORATE00000#N/A
220INTL CORPORATE000002.00%



<tbody>
</tbody><colgroup><col><col><col span="13"></colgroup>
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,560
Latest member
Torchwood72

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