Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EXCEL: Merge to cells into one 2

Status
Not open for further replies.

Ammodog

Technical User
Dec 13, 2002
97
US
Can anyone tell me how to merge to cells into one so that for example I have one cell "C" and another "K9DW" I want to bring them together to "ck9dw" Thank You

Christopher Abney
"There is no limit to the good you can do if you dont care who gets the credit"
[Afro2]
 
Let's say A1 has C, B1 has K9DW. In cell C1, put =CONCATENATE(A1,B1)

Neil
 
If "c" is in A1 and "k9dw" is in B1,then =CONCATENATE(A1,B1)
gets you "ck9dw" in whatever cell you apply the formula
 
fneily moves first, shoots, .... and scores!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top