Hey everyone. Hoping someone can assist. I have a range of cells with names separated by commas. What I'd like Excel to do is search each cell to find repeating names. The issue is that names change and there are an infinite number of different names, so I can't have it search for a specific value; rather, I need Excel to compare different cells and isolate strings that are the same.
Cell A1 might contain "Jade, Denzel, Jonie, Rianna, Lester".
Cell A2 might contain "Jonie, William, Cam".
Cell A3 might contain "Lester, Jonie".
What I'm looking for Excel to do is search each cell, and if the same name is found more than twice in the range (in this example, that'd be Jonie), to return that name in a separate cell.
Any creative solutions? I am still building my sheet so I can adapt it into whatever I need to make this happen. I realize this could be a multiple-part solution. For instance I was thinking why not have Excel extract each name first into individual cells, and then look for triplicates in the resulting range of data. But since each cell could have a different number of names, using MID, RIGHT and LEFT functions are a little tedious.
If I need to venture into VBA to do this, no problem at all - I will need help with the code though!
Thanks kindly!
Bookmarks