USING EXCEL, delete all text right of the "!" symbol

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

Guest

I am trying to delete characters in a Excel cell right of the "!" symbol. Is
there a function that can be used to do that
 
Hy Boyd

try it

=right(a2,(len(a2)-search("!",a2)))


hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"boyd" escreveu:
 
sorry, I forgot to mention to you use this formula in an aulixar column, copy
it down, copy and paste special values.

after that you can replace the original data, if it is your proposal

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Marcelo" escreveu:
 
Marcelo said:
"Marcelo" escreveu:
sorry, I forgot to mention to you use this formula in an aulixar column,
copy
it down, copy and paste special values.

after that you can replace the original data, if it is your proposal

I assume that you intended LEFT, rather than RIGHT, in your formula,
Marcelo?
 
Maybe a typo but should be.........

Find what: !*


Gord Dibben MS Excel MVP
 

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