I have a list of emails (roughly 2000) in excel. I need to add a string, "string" to the end of the domain, before the .com.
Before: [email protected]
After: email@yahoo.**string**.com
Before: [email protected]
After: [email protected].**string**.com
I tried to use concatenate but that doesnt seem correct...
Any help would be greatly appreciated!