How can I add @gmail.com or something similar to a column of usernames without having to type this into each cell? I am using Excel 2010. I have a list of several hundred usernames that need to have @gmail.com or something similar added to create a csv file for upload.
|
| ||||
|
feedback
|
|
Assuming your names are in column starting from A1, you can use the formula:
| |||||||||||
feedback
|
|
If you need to change the value of the cells, I'd recommend Hand-E-Food's solution. (If you need to keep it in one column, just Copy, then Paste Special > Values back to the original column.) However, if you want it to simply display the suffix without actually altering the cells' values, you can use a custom number format instead. In Excel 2007 or later, select Custom in Home > Number. In earlier versions, it's Format > Cells > Number. Use In this screen shot, column A is using a custom format as I describe. Column B is using Hand's solution (you can see the formula in the center right).
| |||
|
feedback
|
|
Let's say your usernames are in column A starting from A1. Go to B1, enter the following formula and drag it down till the end of the row where the list ends (or you can simply double click on the lower right corner of the cell).
| |||
|
feedback
|
