Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

adding text ?

Status
Not open for further replies.

picassofacepicassoface is verified member.

New Member
Legacy Exclusive Member
Joined
Aug 30, 2005
Messages
9,717
Reaction score
85
say i had a long list of first names :

john
bill
fred
amanda
etc....

How can I add the same word to all of them in 1 quick step ?

ie:

johnSMITH
billSMITH
fredSMITH
amandaSMITH

can you do it in notebook or exel ? how ?

Thanks !!!!!!!!!!!!!!!
 

draggar

þórr mjǫlnir
Legacy Exclusive Member
Joined
Dec 26, 2007
Messages
7,357
Reaction score
223
Excel and word -

Put them in rows 1 and 2 in Excel then save as text, tab delimited.

Then, open it with Word and use the find / replace function - find "tabs" (easier to copy and paste the empty tab) and replace it with nothing.

You should be able to do this with Open Office, too.
 

Bionic

New Member
The Originals
Legacy Platinum Member
Joined
Oct 16, 2003
Messages
1,145
Reaction score
0
I forget how to use Excel but can't you make a third column with a formula like
=concat(A1,B1)

I think Adam asked the same question a couple months ago.
 
Status
Not open for further replies.
Top Bottom