Vlookup partial string match help or other formula help.

breg523

New Member
Joined
Nov 17, 2014
Messages
4
im trying to pull the rate from Rate 1 (column N) using two different formuls, one using the ID and one using the Desc, The values in columns 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) in column ID1? The ID is unique to each Desc. by the way however some have alphanumeric characters i cant figure out which and how to adjust them. Thank you for all and any input/help! im using excel13 for windows 7

=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 4RateID 1CARD TYPE 1DESC 1 Rate 1PerItem
1L5 L5 US REG 0.72025500.720.05%1L5VisaUS REGU.S. Regulated0.05% $ 0.22
1L5 L5 US REG 0.72025500.72#N/A220MasterCardINTL CORPORATE2.00%$0.00
220INTL CORPORATE00000#N/A
220INTL CORPORATE000002.00%

<tbody>
</tbody><colgroup><col><col><col span="8"><col><col span="4"></colgroup>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
ABCD
1datadatadatadata
2datadatadatadata

<tbody>
</tbody>
It's obvious by what you explained that this table you provided is not in column order so I'm going to have to ask you to repost your dataset and insert column letters and rows into the dataset before I can help you.
 
Upvote 0
For the formulas in green and black, your lookup range doesn't include the "ID 1" column. Change L2:N3 to J2:N3 and it should fix it
 
Upvote 0

Forum statistics

Threads
1,215,731
Messages
6,126,537
Members
449,316
Latest member
sravya

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