Match problem

dickpierce

Board Regular
Joined
Nov 26, 2004
Messages
148
Office Version
  1. 2007
Platform
  1. Windows
Please help with the following. Below is the desired result.
Column C is what I'm trying to get as a result.
a b c
Abreu Aaron Abreu
Adair Adcock Adair
Adams Agee Adams
Agee Alfonso
Alfonso Allen
Alicea Allison Alicea

:oops:

Thanks in advance.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Holy Crap Bardoni! Your formula worked!!!! (y)

I'll name my first born after you.

I was trying Match and VLookup, and some formulas I even tried to invent.

Thank you so much for your patience.
 
Upvote 0
dickpierce said:
Holy Crap Bardoni! Your formula worked!!!! (y)

I'll name my first born after you.

I was trying Match and VLookup, and some formulas I even tried to invent.

Thank you so much for your patience.

Seems you almost exhausted Todd... :biggrin:

Lookup formulas would work too. For example...

=IF(ISNUMBER(MATCH(A2,B:B,0)),"",A2)

would be faster than COUNTIF.
 
Upvote 0
Aha! I knew it! Thanks for this formula also. But I don't dare use it. Bardoni might just have me killed.
 
Upvote 0
My frustration was well worth coming to a solution for you. :biggrin:

And actually, you don't need to say greater than 0:-

=IF(COUNTIF(B:B,A2),"",A2)

will suffice.

And of course if speed is an issue, Aladin's formula is what you need.
 
Upvote 0

Forum statistics

Threads
1,214,780
Messages
6,121,527
Members
449,037
Latest member
tmmotairi

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