Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for pointing it out Ron. I would slightly revise my formula to
=RIGHT(SUBSTITUTE(A1,".",""),1) in that case. Regards Govind. Ron Rosenfeld wrote: On Tue, 14 Feb 2006 14:33:23 +1100, Govind wrote: Hi, Lets say your name is in cell A1 Usethis formula in cell B1 to get the last name =LEFT(A1,FIND(",",A1)-1) Use this in C1 to get the First name =MID(A1,FIND(",",A1)+2,(FIND("^",SUBSTITUTE(A1 ," ","^",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))-(FIND(",",A1)+1))) and use this in D1 to get the Middle Initial =RIGHT(A1,1) In the first example (Doe, Mary Anne E.), this gives a dot as a result ('.') This would work in both the cases you had mentioned. Regards Govind. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i separate full names appearing in single cells? | Excel Worksheet Functions | |||
Countif formulas change after doing a sort | Excel Worksheet Functions | |||
The filter didn't show all (2,254) names when I set it up | Excel Discussion (Misc queries) | |||
Convert Local Names to Global Names | Excel Worksheet Functions | |||
Sheet names used in formulas | Excel Discussion (Misc queries) |