I have some data, here is a sample of it:
cs-rsg@cs
cs-rsg-hci@cs
cs-rsg-ds@cs
cs-rsg-ai@cs
cs-rsg-ai@cs
cs-rsg-scg@cs
cs-rsg-npsg@cs
cs-rsg-bif@cs
cs-rsg-ds@cs
cs-rsg-ds@cs
cs-rsg-ds@cs
cs-rsg-iqc@cs
To all the above I want to append some text to the end of them. The same text to each. Use the following text for example: “.appended.text.com”
What I did to get the correct result for this was concentrate the data in a formula. For example:
=B5&".appended.text.com"
The problem is that I want this appended so I need this newly generated output copied back to the old column. The problem is that it won’t let me do this. “Insert into multiple selection not possible”.
So what am I suppose to do now?