Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Separate an email address

Hi,


I have found a formula to separate an email address but would like it to
leave the @

=RIGHT(A1,LEN(A1)-SEARCH("@",A1))

For example, this formula takes and returns no.com

Is there a way to make it return @no.com


Thanks,
Bert



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default How to Separate an email address

try
=RIGHT(A1,LEN(A1)-SEARCH("@",A1))


=RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)

--
Don Guillett
SalesAid Software

"Bert Kinney" wrote in message
...
Hi,


I have found a formula to separate an email address but would like it to
leave the @

=RIGHT(A1,LEN(A1)-SEARCH("@",A1))

For example, this formula takes
and returns no.com

Is there a way to make it return @no.com


Thanks,
Bert





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default How to Separate an email address

So close...

=RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)

Add 1
--
HTH...

Jim Thomlinson


"Bert Kinney" wrote:

Hi,


I have found a formula to separate an email address but would like it to
leave the @

=RIGHT(A1,LEN(A1)-SEARCH("@",A1))

For example, this formula takes and returns no.com

Is there a way to make it return @no.com


Thanks,
Bert




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How to Separate an email address

Thank you Don and Jim, that worked perfectly.

--
Regards,
Bert Kinney MS-MVP Shell/User
http://bertk.mvps.org


Jim Thomlinson wrote:
So close...

=RIGHT(A1,LEN(A1)-SEARCH("@",A1)+1)

Add 1

Hi,


I have found a formula to separate an email address but would like
it to leave the @

=RIGHT(A1,LEN(A1)-SEARCH("@",A1))

For example, this formula takes and returns no.com

Is there a way to make it return @no.com


Thanks,
Bert



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
send wkbk as an email attachment with an email address copied from SueInAtl Excel Discussion (Misc queries) 0 May 21st 07 10:53 PM
how can i convert an email address to a web address Arvind Sikar Excel Worksheet Functions 3 October 3rd 06 08:06 PM
can I copy a column of email addresses, paste into email address? Lizizfree New Users to Excel 4 July 20th 06 10:03 PM
Transfer Email addresses from spreadsheet to email address book Beana Excel Discussion (Misc queries) 2 May 30th 06 06:07 PM
Shut off email address from linking to email program? Java Jake Excel Worksheet Functions 6 December 31st 04 04:05 PM


All times are GMT +1. The time now is 02:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"