Forum Discussion
Adding a symbol to an existing column of names
Sorry, didn't catch. If you'd like to modify in place, that's VBA. If add new column with modified value, when do that for first cell, select entire range and Ctrl+D.
- PlazhavenDec 14, 2021Copper Contributor
SergeiBaklan I am a novice at this. Can you tell? I don't understand your answer but I don't think I explained myself well either. I have 2 separate lists of names (2000 names each) that I am uploading into a specific software system. List 1 and List 2 need to be distinguishable when in this program and there isn't an option to include a separate column of information in my spreadsheet. I thought perhaps if I added an asterisk (or other symbol) to the end of the names on List #2, we would be able to recognize which list it came from, i.e; Smith*. But with 2000 names, I was hoping there might be a way to do it without manually changing each name individually.
- SergeiBaklanDec 14, 2021Diamond Contributor
Sorry for my stupidity, I still didn't catch. Perhaps you may submit small sample file to illustrate, not with 2000 records, just 2 will be enough. What do you have and what you'd like to have as result.
If you'd like to add any symbol to values in list 2, doesn't matter which one, you may do that with formula in another column, copy and paste it back as values in initial column. Or use VBA to modify values in place.
Or something else?
- PlazhavenDec 14, 2021Copper ContributorI will research what VBA is but in the meantime here is an example:
What it looks like now What I want it to look like
John Smith John Smith*
Mary Jones Mary Jones*
Robert Macks Robert Macks*