Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 57
Default editing/deleting text

Hi Guys,
I know there's someone out there that can solve my problem. I've got a list
of names and payments made at various branches. My problem is not all
branches use the same name, ie:
AA Uys
Mr. AA Uys
Uys AA Mr.
I would like a macro that would leave the information in such a way that I
can sort it alphabetically.
Much appreciate your assistance
--
HJN
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 108
Default editing/deleting text

Use the SSN instead.

Ok, seriously, this is why computer jocks hate using names. It isn't just
the many various forms such as you list below, it's also that someone out
there is sure to misspell it "Yus" or "Uis" or "Uyse" and that'll never work.
Don't you have an account number or something that you can use?

If not, I don't know of any magic that'll get you around this. You can try
to write some logic that spots words like "Mr." ("Mister", "Mr", "M", "M.",
"SeƱor", "Sr.", "Sr", "Herr" and so on), and recognizes single upper-case
letters as initials, and tries to figure out that the rest of the words are
given and/or last names, except for "Jr", "IV", "van der", "Esquire", "Mc"
and "the Right Honorable".

I have written logic that matches names and grades each match as perfect,
partial or questionable, and it's saved us a ton of work. We were able to
assign account numbers to about 60% of the names without looking further, and
to most of the rest with only two or three weeks' more work, and to the last
hundred names in only another two or three months. But that was a one-time
fix; after that we never let another record into the system that had only a
name and no account number, and we could forget about names and just use
account numbers.

I would say it's past time for you to do that where you are.

--- "Hennie Neuhoff" wrote:
I know there's someone out there that can solve my problem. I've got a list
of names and payments made at various branches. My problem is not all
branches use the same name, ie:
AA Uys
Mr. AA Uys
Uys AA Mr.
I would like a macro that would leave the information in such a way that I
can sort it alphabetically.

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
Deleting the text without deleting the formula gems04 Excel Worksheet Functions 3 January 30th 09 11:21 PM
Moving a shape with text inside without editing text Dan Excel Programming 3 March 10th 07 11:33 PM
Deleting and editing something in the style box Ken W Excel Discussion (Misc queries) 1 February 28th 06 04:30 PM
Editing text in text box grouped within a trapezoid Linking to specific cells in pivot table Excel Programming 11 August 16th 05 09:17 AM
Disabling a cell for editing or deleting Tom Ogilvy Excel Programming 0 September 25th 03 04:47 AM


All times are GMT +1. The time now is 10:53 AM.

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"