View Single Post
  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

=MID(A1,FIND("@",A1),999)

HTH
Jason
Atlanta, GA

-----Original Message-----
I'm looking to strip off all characters to the left of a

certain
target character and encase the results in single

quotes. The problem
is that the characters to the left or right of the

target character
vary in quantity. Email addresses for example in cell

A1:
would then

become '

This may require nested function but I can't get the one

I though tof
to produce all of the characters to the right of the @

character.
=RIGHT(A1,FIND("@",A1,1)) but the results are il.com

.