Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Consider the following entries in Column A1:
CHRISTIAN 32 PATTERSON ME SW TOM & PAT 235 PROMINENCE HGTS SW CALG M 26 PATTERSON CL SW CALG L P 54 PATTERSON PK SW CA ROBERTO JOSE 27 PATTERSON PL SW CAL I want to parse this out. Here's here are the columns I want: B: Left(A1, find the first number)-2) ' Get the first name, first name plus initial, initial(s), or first and middle names C: Mid(A1, find the first number, Find("SW", A1) 'Get the Address Is there any way of writing this so that it works? Is it unreasonable to want a simple function for doing this, since everyone in business must want to do this at some point in their lives? Another useful function would be a BETWEEN function. =BETWEEN(find the first number,"SW", A1) Musing... Jim Berglund |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help in EXCEL functions - needed badly | New Users to Excel | |||
help needed with lookup and related functions | Excel Worksheet Functions | |||
Major help needed - Iterative Functions | Excel Programming | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
Index and match functions help needed. | Excel Worksheet Functions |