Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Compare two lists

Don
Basically I am creating a record of voter history for a local group. I have an Excel sheet that is the current reigistered voter list in my city (including names,addresses, age, etc.) all in unique columns. I also have a list of everyone that voted in the 2002 elections (in the same format). I need the 2002 voter reord to be compared to the current voter list and if the names are on both (which means they voted in 2002) then some entry needs to be made in the current registered voter list (Any entry, any cell, same row)
Here is the main problem. I need to compare both the "FirstName" and "LastName" columns. And, these databases contain 12,000 and 8,000 records respectively.
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Compare two lists

you have a fun project

suggest you consider addin a helper column in each and
come up with a common denominator ie join first and last
names ie helper col = fnamecol & lastnamecol.

then add another helper col & do some kind of countif on
the other list- if it is 1 then you have a match.

hth
Martin
-----Original Message-----
Don,
Basically I am creating a record of voter history for a

local group. I have an Excel sheet that is the current
reigistered voter list in my city (including
names,addresses, age, etc.) all in unique columns. I also
have a list of everyone that voted in the 2002 elections
(in the same format). I need the 2002 voter reord to be
compared to the current voter list and if the names are on
both (which means they voted in 2002) then some entry
needs to be made in the current registered voter list (Any
entry, any cell, same row).
Here is the main problem. I need to compare both

the "FirstName" and "LastName" columns. And, these
databases contain 12,000 and 8,000 records respectively.
.

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
Compare two lists RichUE Excel Worksheet Functions 2 December 15th 08 02:29 PM
compare lists teejay Excel Worksheet Functions 6 September 20th 07 09:14 PM
Compare Two Lists steve_g Excel Worksheet Functions 1 June 12th 06 05:16 PM
compare two lists rob p Excel Discussion (Misc queries) 3 October 10th 05 07:01 PM
Compare Lists David Willey Excel Programming 3 August 8th 03 03:25 PM


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