Can you re-iterate what exactly you want to match up? I don't quite see the connection.
Give some examples of what you consider might consider matches.
Can you re-iterate what exactly you want to match up? I don't quite see the connection.
Give some examples of what you consider might consider matches.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
The idea is that on sheet 1 there is a list of companies under the headings bill and send, and on the second sheet there is a second list of companies. My assignment is to figure out which ones match up. For example Lehman Brothers on sheet 1 matches up to Lehman Brothers on sheet 2, except that on sheet 2 it has more specific information, which is giving me a headache. I need to determine which companies are on both and which are unique.
Not sure how much this helps...but I did get some results...
Try In Sheet 1, E2: =MATCH("*"&D2&"*",Sheet2!A:A,0) copied down
if any of the strings in Column A of Sheet2 contain the text in column D of sheet 1, then you will get a number returned (which represents the position in Column A that the match was found), else, you get a N/A#.
Hey that worked pretty well, I also simplified my lists immensely but your function delivered good results. Thanks for helping me out.
Great! No problem!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks