- Sep 5, 2007
- 2,409
- 702
Hello,
I have this problem i have 2 .txt files, one contains lines like-
other .txt file contains lines like-
I need to match all emails from first .txt file and output only-
from second .txt file,
There should be some regex, excel function for this but i cant find any solution
I have this problem i have 2 .txt files, one contains lines like-
other .txt file contains lines like-
Code:
[email protected],name1
[email protected],name2
[email protected],name3
[email protected],name4
[email protected],name5
[email protected],name6
[email protected],name7
[email protected],name100
I need to match all emails from first .txt file and output only-
Code:
[email protected],name1
[email protected],name2
[email protected],name3
[email protected],name4
from second .txt file,
There should be some regex, excel function for this but i cant find any solution