Need help eliminating text duplicates!

E

Excelhelp

I need some major help.

I have a spreadsheet with around 28000 rows. In Columns C and D, there are
two different lists. Each column has text that should match. For example in
Column C it might say "sprockets," and in Column D it would say "Sprockets
and Space Company." Then another row might say "engines," yet in Column D it
would say the same "Sprockets and Space Company."

I want to eliminate the rows that would obviously not match up like the
latter example, and keep the ones that would match up just like the former.

Is there something I can do? The first 5 or 6 characters should match up.

Thanks for your help!
 
B

bj

potencially
enter helper column E
in E1 enter
=if(left(C1,4)=Left(D1,4),"",1)
copy and paste down to the end of your data
select column E
<data><filter><autofilter>
in the arrow box in E1
select 1
selact all of the 1s
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top