Partial replace

S

Sept

Hello,
I'm trying to search and replace but I do not want to replace the whole
cell, only a few characters in them.
Namely, I have list of names, some of which have two stars ** after it and I
want to get rid of those 2 stars after the name. How do I do that?
Thanks a lot
Sandra
 
M

Max

One way ..

Assuming data in A1 down,

Put in B1:
=TRIM(SUBSTITUTE(A1,"**"," "))
Copy down
 
B

Bob Phillips

Sandra,

Just do a find and replace, Ctrl-H, but precede the * with a tilde ~, so ~**
as the string to replace.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top