Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Formatting Names

On Tue, 22 May 2007 20:13:37 -0700, "Bruce" wrote:

I get assignments with the name in various formats.
First & Spouse LName
LName, First AND Spouse
Lname, First
First LName , Spouse Lname
First LName
etc....

I am trying to figure out a way to get First (and spouse seperated with a "
& " ) in one cell and then the lastename in the next cell.
How could I do this?

Thanks
Bruce


One big problem in trying to do this is the

"etc..."

If you do not define your formats, you will need to program some kind of
Artificial Intelligence to determine that a format is unknown, and how to parse
it.

Also, in example 4, will the two LNames be the same?

Is LName always one word? If not, what are the possible variations?

It might be easier to coerce an intelligent data entry method, rather than
allowing a random method.

For the examples you post, it is relatively simple to define LName as the first
word which is followed by a comma, or a <space comma, or (if no commas) the
end of the line.

Using Longre's morefunc.xll add-in (free and downloadable from
http://xcell05.free.fr/

The regular expression formula:

=REGEX.MID(A1,"\w+(?=(\s?,)|$)")

will extract LName from the examples you give above.

But to do any more requires a complete definition of the various formats that
will have to be dealt with. As I wrote, much easier to coerce the proper
format -- perhaps using some kind of well defined input form.
--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting email address names in a range of cells to real names John Excel Worksheet Functions 1 May 19th 10 03:44 PM
formatting worksheet names in a folder kaywe44 Excel Discussion (Misc queries) 4 January 17th 08 03:54 PM
Formula for Matching Names and Conditional Formatting! Dan the Man[_2_] Excel Worksheet Functions 6 July 21st 07 11:14 PM
using conditional formatting to mark repeated names in list? Mansure Morgan Excel Discussion (Misc queries) 3 June 2nd 06 01:06 PM
Formatting names in a list Cheri Excel Discussion (Misc queries) 5 February 28th 06 11:05 PM


All times are GMT +1. The time now is 04:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"