That solves my case, but doesn't address the OP's original example for which
you gave your first answer. I guess that it probably needs to combine the
two?
=MID(A7,2,MIN(SEARCH("@",A7)-2,6))&LEFT(A7)&"@aol.com"

Signature
David Biddulph
> You are right, this formula solves the problem:
> =MID(A7,2,SEARCH("@",A7)-2)&LEFT(A7)&"@aol.com"
>
> Regards,
> Stefi
> "David Biddulph" ezt írta:
>
>> Yes, but you and the OP may want to think about how you wish to deal with
>> Jsmith@yahoo.com
>> > This formula will do that:
>> > =MID(A8,2,6)&LEFT(A8)&"@aol.com"
[quoted text clipped - 10 lines]
>> >> advice
>> >> would be appreciated.
Stefi - 26 Oct 2006 14:54 GMT
That's true, I was in a hurry and didn't test it for both cases! Your
combined formula seems to solve both cases! I hope Lydia will be satisfied
with the result of our discussion!
Regards,
Stefi
„David Biddulph” ezt írta:
> That solves my case, but doesn't address the OP's original example for which
> you gave your first answer. I guess that it probably needs to combine the
[quoted text clipped - 25 lines]
> >> >> advice
> >> >> would be appreciated.
LydiaD - 26 Oct 2006 19:00 GMT
I am very grateful to both you and David B. What a collaboration! Thanks
for sharing your knowledge.
Sincerely,
Lydia
> That's true, I was in a hurry and didn't test it for both cases! Your
> combined formula seems to solve both cases! I hope Lydia will be satisfied
[quoted text clipped - 34 lines]
> > >> >> advice
> > >> >> would be appreciated.
Stefi - 27 Oct 2006 07:38 GMT
You are welcome! Thanks for the feedback!
Stefi
> I am very grateful to both you and David B. What a collaboration! Thanks
> for sharing your knowledge.
[quoted text clipped - 40 lines]
> > > >> >> advice
> > > >> >> would be appreciated.