I have AGL services, AGL Retail and AGL Ltd each are on contract. I want to do a vlookup (or something similar) and match AGL (cell D6) to the list in column A. Is not an exact match, bu near enough.
Greg
Main Topics
Browse All TopicsHi
I was wondering if it is possible to have a vlookup (or some other fomula), that gives the nearest match, but not an exact match. As per attached spreadsheet.
Greg
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Greg,
I am guessing and making some assumptions in the attached file. I approached the problem assuming that some group of characters at the beginning of each company name would be the same. With that, I wrote an IF statement that will look at the match/lookup value in cell F3 and check it against the the first characters in the company names. The lookup is based on the number of characters in cell F3 (using the LEN Function).
To test, change the value in F3 from "AGL" to "SSL" to "QQRT" to "QQ", etc.....
HTH,
Jerry
Business Accounts
Answer for Membership
by: BullmanTechPosted on 2009-09-28 at 17:44:06ID: 25445027
The spreadsheet you posted didn't show what you were looking for, a little more explanation is needed. But to give you something to start with, have you tried using '=FIND()' or '=SEARCH()' ? You could use them as a test within an IF statement, something like that. Without an example as to exactly what you're trying to search, and where and how you'd like it done, with what result, it's hard to say what you should do.
Sean