Need Help with Vlookup or some function where approximate match is possible

mrafiq44

New Member
Joined
Oct 14, 2015
Messages
27
I have a worksheet where last name and first name is in separate columns and then i have a worksheet with first, middle and last names in one column. Is it possible to find out whether the names in the second worksheet (all together) are located in the first worksheet where everything is separate. so i want to do an approximate match just in case the middle initial is throwing things off. any help would be greatly appreciated.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
When talking about Vlookup approximate match means that if the value is not found it returns the value before it should be, approximate match requires the list be sorted.


for example
Excel 2010
FGH
11
22
33
44
55
66
77
879

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
Sheet4

Worksheet Formulas
CellFormula
F8=VLOOKUP(8,H1:H8,1)

<tbody>
</tbody>

<tbody>
</tbody>




You will need to get the names in the same order to do what you want to do. We would need to see examples of your data to come up with any formula.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,218
Messages
6,123,676
Members
449,116
Latest member
HypnoFant

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