I have a data file that contain email however some of the data email is not completed and the email address is make up of the user last and first name. Can anyone advice how i can edit this email col data? Thank you
Solved! Go to Solution.
Can you give us some sample data and the expected result? We can't work with what you've explained so far - for example, how is the new email constructed? first.last@example.com?
@elephant
You want to complete the Email address or the Hire Year?
For Hire Year, I think your approach has no problem.
I want complete email address.
Thank thank then i would just use that for my hire date :)
[Last Name] + ‘_’ + [First Name] + ‘@abc.com.sg’
Thanks for the help.