Hello
I have a list of names in excel where I need to add + sign to after the first, second, and last name is there a formula to do that
I tried to use text to column feature but it takes sometime any one can help
Hello
I have a list of names in excel where I need to add + sign to after the first, second, and last name is there a formula to do that
I tried to use text to column feature but it takes sometime any one can help
Do you want something like this..
Formula:
="+" &SUBSTITUTE(A1," "," +")
Regards!
=DEC2HEX(3563)
If you like someone's answer, click the star to give them a reputation point for that answer...
Thanks this works but how can i delete the first plus I need to insert it after the first name and not before it, the rest of the equation is working but i need to remove the plus frm the beginning
Yes you can..
Formula:
=SUBSTITUTE(A1," "," +")
thx worked
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks