can any one help me.
I have 2 columns of data and need to merge the data into 1 cell.
For instance, column A contains data like "Extra Strength TPE gloves" and column B contains data like "medium".
I need a formula or VBA that merges the data like this, "Extra Strength TPE medium gloves".
The data contained in column B must be inserted after the TPE in column A.
Thanks
Try this in C1:
=LEFT(A1,SEARCH("TPE",A1,1)+3)&B1&MID(A1,SEARCH("TPE",A1,1)+3,256)
Click the star icon in left-corner of my post if you find my post userful!
Quang PT
quangphanidico@yahoo.com
PM me: Y!M: quangphanidico
Perfect, thanks for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks