Thread: Deleting Text
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Deleting Text

In an un-used cell, enter:

=LEFT(A2,LEN(A2)-7) then copy this cell and
paste/special/value back onto A2
--
Gary''s Student - gsnu200827


"Felix" wrote:

I know that with "&" I can add two text cells together.

How do I get rid of text?

In the example "Roddick, Andy (USA) " in A2, I want to get rid of "(USA)
". I can separate with "=right(A1,7)", the last seven characters, but how to
"subtract" them from within A2"

Felix