how can i convert an email address to a web address
Arvind
Assuming your emails are listed in Column A, from A1 downwards.
Write the following formula in cell B1.
Double click the handle to copy it along your data in column A.
=CONCATENATE("www.",RIGHT(A1,LEN(A1)-FIND("@",A1)))
Regards
Aqib Rizvi
|