Forum Discussion
imsureshbio1109
Sep 27, 2022Copper Contributor
Create unique email address
Hi all, I want to create unique email addresses for all the new employees in my firm. I will get the first name and last name from the HR Team. I have the master database for all the previous an...
- Sep 27, 2022
imsureshbio1109 Without making it overly complicated I would introduce two helper columns. One that joins the the First and Last names and one that counts the occurrences of these names in the rows above. Have a look at the attached file for an example.
Riny_van_Eekelen
Sep 27, 2022Platinum Contributor
imsureshbio1109 Without making it overly complicated I would introduce two helper columns. One that joins the the First and Last names and one that counts the occurrences of these names in the rows above. Have a look at the attached file for an example.
- imsureshbio1109Sep 27, 2022Copper Contributor
Riny_van_Eekelen Thanks Riny. This will do the trick