Hey Everyone
I really hope someone can help me with this!
I am doing a VLOOKUP match-up between company names in one column, and company names in another column. The company names have an inconsistent format (like HeroSwap, Inc. in one column and HeroSwap Incorporated in the other). I've cleaned out one column to now only consist of the company name (HeroSwap).
I am currently using this formula:
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}</style>=IF(ISNA(VLOOKUP(K2&"*",U:U,1,FALSE)), " - ",VLOOKUP(K2&"*",U:U,1,FALSE))
What I'm looking to improve is to:
Any expert help is greatly (!!!) appreciated.
Thanks very muchly
I really hope someone can help me with this!
I am doing a VLOOKUP match-up between company names in one column, and company names in another column. The company names have an inconsistent format (like HeroSwap, Inc. in one column and HeroSwap Incorporated in the other). I've cleaned out one column to now only consist of the company name (HeroSwap).
I am currently using this formula:
<style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}</style>=IF(ISNA(VLOOKUP(K2&"*",U:U,1,FALSE)), " - ",VLOOKUP(K2&"*",U:U,1,FALSE))
What I'm looking to improve is to:
- Make sure that the clean company name only matches up with a full word in the other cell strings (right now HeroSwap will match with Heroswapper)
- Sometimes there are several different matches in the column I am using as my table_array. Is there anyway to show all matches in the string, separated by a comma or a similar solution?
Any expert help is greatly (!!!) appreciated.
Thanks very muchly