Find data in a huge pile

bigdan

Well-known Member
Joined
Oct 5, 2009
Messages
844
Office Version
  1. 2013
Platform
  1. Windows
I'm playing around with different systems which haven't been mapped properly. Essentially I'm trying to see if data in one system exists in the other, and if so what the fields would be called.

Once I get all the data into Excel, is there a way to see if data in group A exists anywhere in group B? Essentially this would be like a vlookup, except instead of looking at one column I want it to look at all the data in 30 columns. Can that be done?
 
Re: how to find data in a huge pile

Let's say the first 5 letters being the same? I may tweak that later but that's a good start.
Okay, assuming the text whose first 5 letters you want to match is in cell B1 and you want to examine the range A1:A100...

=COUNTIF(A1:A100,LEFT(B1,5)&"*")
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,216,291
Messages
6,129,911
Members
449,540
Latest member
real_will_smith

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