Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a column with email addresses in the format: . Is it possible to sort these in order based on the last name? -- helios02 ------------------------------------------------------------------------ helios02's Profile: http://www.excelforum.com/member.php...o&userid=29791 View this thread: http://www.excelforum.com/showthread...hreadid=494969 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you make a dummy column and extract the last name
assume the example is in A1. Then in B1 enter =MID(A1,FIND(".",A1)+1,FIND("@",A1)-FIND(".",A1)-1) And drag fill down the column. Now sort columns A and B with B as the key column. -- Regards, Tom Ogilvy "helios02" wrote in message ... I have a column with email addresses in the format: . Is it possible to sort these in order based on the last name? -- helios02 ------------------------------------------------------------------------ helios02's Profile: http://www.excelforum.com/member.php...o&userid=29791 View this thread: http://www.excelforum.com/showthread...hreadid=494969 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks, it works. -- helios02 ------------------------------------------------------------------------ helios02's Profile: http://www.excelforum.com/member.php...o&userid=29791 View this thread: http://www.excelforum.com/showthread...hreadid=494969 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
glad to help but Tom was faster.
-- Don Guillett SalesAid Software "helios02" wrote in message ... Thanks, it works. -- helios02 ------------------------------------------------------------------------ helios02's Profile: http://www.excelforum.com/member.php...o&userid=29791 View this thread: http://www.excelforum.com/showthread...hreadid=494969 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sort part of a filtered spreadsheet | Excel Worksheet Functions | |||
Search/Match/Find ANY part of string to ANY part of Cell Value | Excel Worksheet Functions | |||
using part of a cell to sort a list into groups | Excel Discussion (Misc queries) | |||
Sort by part of a number | New Users to Excel | |||
sort (on part of) string - originally posted under Tricky Sort | Excel Programming |