Vlookup? Match? Index? My brain aint workin today!

sadistik9

New Member
Joined
Apr 26, 2017
Messages
4
Ok my brain is totally not working today and im having trouble figuring this out. I have 2 tabs with similar lists. Anything that is in Sheet 1 but NOT sheet 2 should say "no match" or whatever but the data might not be totally the same (i.e. Smith, John on Sheet 1 and Smith, John & Susan on Sheet 2 but that should still show a match). Any help would be greatly appreciated

Sheet 1

DepositCheckinEnd DateGuest Name(Desired outcome)
123458/12/178/19/17Smith, Johnno match
675898/12/178/19/17Manes, Tedmatch
587918/12/178/19/17Hall, Fredmatch
325678/12/178/19/17Jones, Billmatch

<tbody>
</tbody>

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

Sheet 2
RST IDResIDArrivalDateDepartureDateGuestName
TST5544668/12/178/19/17Manes, Ted & Jill
TST8899778/12/178/19/17Hall, Frederick
TST7891038/12/178/19/17Jones, Bill
TST2497898/12/178/19/17Gerry, Linda

<tbody>
</tbody>
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Can you use something like this? Assume your ranges (including headings) are the following: Sheet2 (A7:E11) and Sheet1 (A1:E5). Place formula in E8
=IF(ISNUMBER(LOOKUP(99^99,SEARCH("*"&E2&"*",$D$8:$D$11))),"match","no match")

<tbody>
</tbody>

RST IDResIDArrival DateDeparture DateGuestName
TST5544668/12/20178/19/2017Manes, Ted & Jill
TST8899778/12/20178/19/2017Hall, Fred
TST7891038/12/20178/19/2017Jones, Bill
TST2497898/12/20178/19/2017Gerry, Linda
DepositCheckinEnd DateGuest NameDesired Outcome
123458/12/20178/19/2017Smith, Johnno match
675898/12/20178/19/2017Manes, Tedmatch
587918/12/20178/19/2017Hall, Fredmatch
325678/12/20178/19/2017Jones, Billno match

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,966
Messages
6,127,974
Members
449,414
Latest member
sameri

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