Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a list of people with email addresses that I need to use to create usernames. We want the usernames to be everything before the @ symbol. But I cannot figure out a formula that will take the information in the email address column and put the desired username info in another column. Ideas?
|
#2
![]() |
|||
|
|||
![]() Quote:
=LEFT(A1,FIND("@",A1)-1)
__________________
Asobi Wa Owari Da |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |