Excel Duplicate Directory List

barndtaa

New Member
Joined
May 29, 2014
Messages
3
Hello,
I've been working on an excel code to try and determine if an input already exists in our directory, however excel is spitting me out incorrect data. Say, I am looking to input a new name in the directory and want to input "0788-CREPE-SP" but "pr:0788-CREPE-SP" already exists. I want excel to ignore the "pr:" and ":av" and still tell me that this input exists. Currently I am using the code:
=VLOOKUP(A10,Directory!A:A,TRUE)
but this code doesn't even give me remotely what I'm looking for even when i keep the "pr:"s and ":av"s. It gives random name that are on the list that don't anything like this one or just "#N/A".

Help if you can,
Thanks!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Hey thanks! Could you possibly explain what those asterixes do? Just so I know in case I ever run into a problem like this again (I'm kind of new to excel).
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,279
Members
452,630
Latest member
OdubiYouth

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