Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Damon Longworth wrote:
You can do this with formulas. This will get you the data after the @ sign: =MID(A1,FIND("@",A1)+1,255) To get rid of the .com, you can use the left function: LEFT(B1,LEN(B1)-4) Or one large formula: =LEFT(MID(A1,FIND("@",A1)+1,255),LEN(MID(A1,FIND(" @",A1)+1,255))-4) Thanks :) You have helped me a lot :) -- ukash |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date field from text field | Excel Worksheet Functions | |||
Trouble sorting first by a dates field and then by a text field. | Excel Discussion (Misc queries) | |||
Changing a text field to a date field | New Users to Excel | |||
How to keep leading zero without changing field to text field? | Excel Discussion (Misc queries) | |||
HELP!! Populate text in single XL field, or bulk copy text into 1 field | Excel Programming |