Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Wynn
 
Posts: n/a
Default Address Database Clean-up

I am cleaning up a large address Access database for a spanish law firm. The
first and last name fields are tricky because often individuals have four or
five names and often they are placed inconsistently in the first and last
name fields. We are going to convert the database into an Excel file to
accelarate clean-up, but we are having a tough time removing duplicates
because of the naming issues. Any ideas on how to do this? Here is an
example of the problem:

First Last
Jose Maria Ramon Luis Olivida
Jose Maria Ramon Luis
Jose Ramon Luis Olvida

All three of these rows list the same person, but I don“t know how to fix it
other than manually. Note that this is a database with 20,000+ rows.
  #2   Report Post  
CLR
 
Posts: n/a
Default

Hi Wynn........
This formula, copied down, will separate out the first name.........maybe
that will help

=LEFT(A1,FIND(" ",A1,1))

Vaya con Dios,
Chuck, CABGx3




Maybe just do Data TextToColumns
"Wynn" wrote in message
...
I am cleaning up a large address Access database for a spanish law firm.

The
first and last name fields are tricky because often individuals have four

or
five names and often they are placed inconsistently in the first and last
name fields. We are going to convert the database into an Excel file to
accelarate clean-up, but we are having a tough time removing duplicates
because of the naming issues. Any ideas on how to do this? Here is an
example of the problem:

First Last
Jose Maria Ramon Luis Olivida
Jose Maria Ramon Luis
Jose Ramon Luis Olvida

All three of these rows list the same person, but I don“t know how to fix

it
other than manually. Note that this is a database with 20,000+ rows.



  #3   Report Post  
Wynn
 
Posts: n/a
Default

Hmmm. The formula does not seem to be working. Should I be entering it how
you have it written there?

"CLR" wrote:

Hi Wynn........
This formula, copied down, will separate out the first name.........maybe
that will help

=LEFT(A1,FIND(" ",A1,1))

Vaya con Dios,
Chuck, CABGx3




Maybe just do Data TextToColumns
"Wynn" wrote in message
...
I am cleaning up a large address Access database for a spanish law firm.

The
first and last name fields are tricky because often individuals have four

or
five names and often they are placed inconsistently in the first and last
name fields. We are going to convert the database into an Excel file to
accelarate clean-up, but we are having a tough time removing duplicates
because of the naming issues. Any ideas on how to do this? Here is an
example of the problem:

First Last
Jose Maria Ramon Luis Olivida
Jose Maria Ramon Luis
Jose Ramon Luis Olvida

All three of these rows list the same person, but I don“t know how to fix

it
other than manually. Note that this is a database with 20,000+ rows.




  #4   Report Post  
CLR
 
Posts: n/a
Default

Yes, just as it's written, notice the space between the two
double-quotes.......you could just copy and paste it.....It assumes your list
of names is in column A, if so, put this in B1, or any other columns first
row and copy down as far as you have data in column A.

If your list is in a different column than A, just change the two A's in the
formula to whatever column that might be...

=LEFT(A1,FIND(" ",A1,1))

Then, in the next column to the right, say C1, put this formula and copy it
down....

=MID(A1,FIND(" ",A1,1),99)

Where the first formula brings in the First Name, this one will bring in all
the others...

hth
Vaya con Dios,
Chuck, CABGx3




"Wynn" wrote:

Hmmm. The formula does not seem to be working. Should I be entering it how
you have it written there?

"CLR" wrote:

Hi Wynn........
This formula, copied down, will separate out the first name.........maybe
that will help

=LEFT(A1,FIND(" ",A1,1))

Vaya con Dios,
Chuck, CABGx3




Maybe just do Data TextToColumns
"Wynn" wrote in message
...
I am cleaning up a large address Access database for a spanish law firm.

The
first and last name fields are tricky because often individuals have four

or
five names and often they are placed inconsistently in the first and last
name fields. We are going to convert the database into an Excel file to
accelarate clean-up, but we are having a tough time removing duplicates
because of the naming issues. Any ideas on how to do this? Here is an
example of the problem:

First Last
Jose Maria Ramon Luis Olivida
Jose Maria Ramon Luis
Jose Ramon Luis Olvida

All three of these rows list the same person, but I don“t know how to fix

it
other than manually. Note that this is a database with 20,000+ rows.




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
The Template Wizard retains the original location for my database Packwood Excel Discussion (Misc queries) 0 April 15th 05 05:25 PM
How do i export a Excel database a Outlook address book? Ash Excel Discussion (Misc queries) 2 February 8th 05 05:19 PM
Graphing Database Growth Rate DavidM Charts and Charting in Excel 1 February 2nd 05 12:01 AM
How do I create a "List If" function.I need to search a database . Flying Solo Excel Worksheet Functions 2 December 7th 04 03:44 PM
PLEASE HELP!? Creating a simple database with excel, minor setback Pre-construction Manager & Excel !? Excel Worksheet Functions 1 November 30th 04 08:59 PM


All times are GMT +1. The time now is 11:47 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"