Vlookup embedded in if(isnumber(search ??

kyleh

New Member
Joined
Jul 5, 2011
Messages
1
I'm trying to tackle a formula and I have two issues. First I will describe what I want it to achieve. In an ideal world, I want to use vlookup to connect part numbers between two workbooks. The problem is, one of the workbooks contains data that is not clean. Instead of a simple part number such as 12345-1, the cell will also contain useless company words, such as Boeing P/N 12345-1. And the information is not consistent enough to use any sort of pattern.

I'm familiar with the formula if(isnumber(search to be able to find a part number within a cell, but that does not work when I am trying to compare many part numbers to be possibly contained in one specific cell. I thought that maybe I could use if(isnumber(search(vlookup( so that I could search many part numbers at once, but it did not work.

Another problem I have is the pure amount of data I am working with. One workbook has 1 million part numbers, and the other has roughly 800,000. So the simpler the formula the better, to ensure my computer doesn't crash when trying to run it.

Let me know if I can answer any questions.

Thanks,

Kyle
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,224,579
Messages
6,179,656
Members
452,934
Latest member
mm1t1

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