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@yahoo.com
After: email@yahoo.**string**.com
Before: email@school.edu.com
After: email@school.edu.**string**.com
I tried to use concatenate but that doesnt seem correct...
Any help would be greatly appreciated!