Replace function into text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all, I have very long document names listed in column A, which are NOT
coded, and the names of the documents have somewhere in the them the
following text:"P -". the thing is that the amount of characters to the right
or letf is not always the same, and I would like to copy in th B column the
same names but having the "P -" replaced by an "F -". I need this to be a
funcion and not to use the replace command.

Thanks you all for your help
Ãlvaro
 
You may use the SUBSTITUTE function, something like:
=SUBSTITUTE(A1,"P -","F -")

Hope this helps,
Miguel.
 
Hi David,thanks so much for your quick response!!!
it worked perfectly!!!!
Saludos
álvaro
 
Hola Miguel , thanks so much for your quick response!!!
it worked perfectly!!!!
Saludos
álvaro
 

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

Back
Top