This is probably a dumb question, but I have an excel query. basically I’m just trying to see if one entity name is listed in another spreadsheet. I’ve tried vlookups and matches but the entity names differ a little bit sometimes in the one sheet so they won’t match (extra commas, some words shortened, added inc/llp at the end, etc). Is there anyway to get around this and avoid manually going thru to match? This problem seems to come up a lot here 🤦🏽‍♂️

like
Posting as :
works at
You are currently posting as works at

Not a dumb question at all. Have you tried the Excel Fuzzy Lookup add-in?

like

Easy to use and works like a charm.

like

I follow the school of thought that if answering a question can increase workflow efficiency, it’s not a dumb question.

Personally, every time I encounter a situation where I find myself stuck due to any lookup limitations in a spreadsheet, I query the data in SQL and push output to the spreadsheet. However, I understand there are situations that benefit from keeping everything internal in excel for a smooth//simpler UI.

If you’re trying to join tables to find where A LIKE B in B and not where A = B in B, I would head over to the microsoft downloads page and download + install fuzzy lookup. This will allow you to vlookup on similarities and not just equivalencies.

You can also do this in the VBA by searching for the root of a match, as VP1 recommended

like

Apologies, just saw that someone else already recommended fuzzy, didn’t mean to offer repeat advice

+1 to fuzzy lookup, or alternatively use CONTAINS( ) function, like =CONTAINS(“Deloitte”) to match line items that may have Deloitte & Touche, Deloitte Consulting, etc.

smart

Oh I just assumed it was a command that didn’t come with my home version of excel so i just built a custom command for it so i could fit in with y’all cool kids hahahaha

You can hack the thing with VBA.

if it’s not exact match, look for the root.

If you’re looking for “John Doe Senior” - I’d start by looking for “Doe”

Great suggestion, I was hoping to do something like this but each line item is vastly different so I can use one root word for one line item but would need to use another for the next. Looking to automate this a bit

This may be manual but a simple Find All?

you could always filter It to show all the relevant ones -then make all of them match with the same text and then It would be possible to do with matches or vlookups

Have you tried a zlookup instead of a vlookup

Fuzzy Match ftw

Lower and strip the field then match on that, surprised nobody has suggested this... Basically, just lower the case so it's all consistent, then strip any weird characters. Then try matching on that

If you want to go down the rabbit hole a bit, you can also add the ability to search using regular expressions with custom functions using VBA. This will give you the most flexibility for pattern matching and I'm sure there's a tutorial out there somewhere on how to do this.

Related Posts

So glad I found this bowl. How do you go about negotiating your salary? I applied for a new role and was offered the job. But the pay we haven’t discussed yet. I never did this and heck I don’t know where to start.

like

Looking for a salary range for an Investment Professional at JP Morgan?

likesmart

What is role of Agile COE in Wipro. How this COE works in Wipro?
It it worth to join Scrum Master in Wipro.?
Any onsite / Promotion Opportunities for ScrumMaster

like

Can anyone suggest good pgs near office areas? (Hyd)

like

What is SM role salary band with Big 4 Value Service Creation/M&A offering in Canada? What is a sign on bonus?

like

How has been your experience with client: Walmart Labs as a vendor?

like

Hello guys I will be joining PWC india kolkata location. Can anyone please let me what all welcome gift they send apart from laptop?
I have seen few posts where new joinee from PWC sdc getting lots of useful electronic items as welcome gifts.

Is this same for PWC india guy? 😊

like

Hi !

I will be giving an interview with PWC IAC for the position Tax Manager. Could someone tell me what questions can they ask for SALT manager role ?

like

How is Novartis account in Accenture?

like

Hello fishes, i am set to join Accenture as a Cloud Data Architect . However the Job Profile offered is Data Engineering -AM & job Family Group is Analytics and Insights. The JD shared during the interview says : Project Role Description : Assists with the data platform blueprint and design and Key responsibilities is a. Pre-sales and solution ownership of sales pursuits data analytics related services for cloud b. Own end to end RFP or RFI etc. Does it mean work is on presales only ?

like

I cracked my interview in Accenture 2 weeks back and submitted all the documents. But it seems my candidature is on hold. Tried calling HR but they are not picking the phone. Any idea if this is rejection? Or when I will get office letter? Accenture

like

Is PWC Sdc, bangalore location permanent work from home/ hybrid or offices have resumed ?

like

I’m interested in the fashion world (Tory Burch, Chanel, Coach etc) but I dont have contacts there. Does anyone have connections in the fashion world I could talk to? Coming from HIA/ big pharma exp.

What’s the first year Senior consultant salary range at EY in a city like seattle?

like

Have anyone started getting promotion or hike letters in EY GDS

like

Can we apply to open positions of other EY entities like EY UK, EY Australia etc.. if we are still working with EY GDS? Will it be entertained?

like

Hi Scholars, can some one guide on below salary breakup what would be the total in hand salary.

- 80CC is applied for 1.5 lakh per year
- For HRA calcuatio6Per month rent is 30k

Post Photo
like

It's August! We made it halfway through the year! What are your goals for this month? Let’s stay motivated 💪🏾

like

Enough work for today, Dad. Let’s snuggle.

Post Photo
like

Impetus technologies inc Can I accept the offer letter from impetus now ? After that it is possible to reconstruct the CTC befor joining if i have have very good offer letter.

Impetus technologies inc ,Impetus, Capgemini Tata Consultancy , Deloitte

Thanks

Additional Posts in Data & Analytics Consultants

like

Hello all, I’m a senior studying business and data science. Are there any entry level (2023) data science or SWE positions you recommend for me? I’ve really enjoyed ML and I’m proficient in Python and data science models like regression, decision trees, and k-means clustering etc

like

What tech companies are best for Data Analysts? Looking for $120k base + equity that’s gonna be worth a lot + other great benefits + possible remote.

funny

Got Amazon career essentials (ACE) assessment to complete for Business Analyst role
To anyone who has experience with it- What kind of work simulation questions should I be expecting?
Is there a way I can prepare for it or any resources one must know of?

like

Anyone made the jump from EY DnA to Bain AAG (or vice versa)? I’m wondering how they stack up across technical capabilities, project mix, WLB, etc.

like

I am currently working mostly in Data Analytics, but I want to transition into Data Engineering. I've applied to a couple Data engineer positions but it seems I don't have the qualifications for them. Should I maybe look for Jr. Data Engineer positions to get experience and try to move up from there? If so anybody know of any Jr. Data Engineer positions available?

like

I'm non US citizen and thinking of moving back to EU. My plan is getting remote opportunities across the world and work as a freelancer. My speciality is Data analytics and BI (Qlikview, Tableau). 1) How likely I can get a gig from the US? 2) if a job looking for a remote 2-3 months contract do they care what country I'm in? 3) how can I compete Indian rates as I'm in Europe 60-70$ per hour as a BI consultant is a good rate but I see online rates as low 10$😫?

like

Are there RPA use cases in data work?

like

What's the best way to compare the similarity of text between a smaller set of documents with a larger set of documents? Therefore, two vectors of vastly different sizes.

like

Anyone who has done masters in business analytics Singapore? Could you help on courses, Scholarships and careers and jobs. Looking for help.

What’s everyone’s take on Alteryx?

like

Best analytics tools to learn? Know Alteryx but I've heard people say they don't consider it an advanced analytics tool

How does everyone in this bowl feel towards master’s degrees in data science/analytics? I didn’t study this in undergrad so I’m looking to get an analytics degree but I’ve heard mixed reviews.

like

Do any of the top consulting firms have analytics roles (preferably not super technical) that don’t require weekly travel?

Hi fishes, can you guys share your favorite websites to look for remote job? To look for start up companies? TIA :)

like

I have a undergrad finance degree and 5 years of big 3 credit rating agency work experience, what will help me more to get into a SFA role or product role at a tech company, a T15 MBA or a Georgia tech masters in analytics degree?

like

does anyone else feel pressured to go to grad school if they want to become a data scientist after analytics consulting?

likesmart

Is there a good online course on storytelling with data? Something that can help structure your thought process and design choices when creating visualizations and Dashboards in Tableau, Power BI etc.

like

When industries refer to business intelligence engineers, are they looking at a senior level or entry level? Some of these job descriptions seem rather outlandish in terms of years of experience required like 5+

like

New to Fishbowl?

Download the Fishbowl app to
unlock all discussions on Fishbowl.
That was just a preview…
Sign Up to see all discussions
  • Discover what it’s like to work at companies from real professionals
  • Get candid advice from people in your field in a safe space
  • Chat and network with other professionals in your field
Sign up in seconds to unlock all discussions on Fishbowl.

Already a user?
Login here

Share

Embed this post

Copy and paste embed code on your site

Preview

Download the
Fishbowl app

See what’s happening in your industry
from the palm of your hand.

A phone with Fishbowl app

Scan your QR code to download
Fishbowl app on your mobile

Download app

Sign up for free to view this conversation on Fishbowl

By continuing you agree to Terms of Use and Privacy Policy

Already have an account? Log in

Sign up for free to continue using Fishbowl

By continuing you agree to Terms of Use(New) and Privacy Policy(New)
Messaging rates may apply

Already have an account? Log in

For account settings, visit Fishbowl on Desktop Browser or

General

Legal