PC Review


Reply
Thread Tools Rate Thread

Data match (Take 2)

 
 
martinbarnes
Guest
Posts: n/a
 
      18th Jun 2008
I have a list of 19-digit account numbers, like such:

1205000458476190000

I also have a list of 20-digit account numbers, like such:

01205000458476194300

The above examples belong to the same account - that is, they are the same
account number. They simply differ by 1 leading zero and the last 4 digits
("0000" in the first, "4300" in the second). I need to take all the account
numbers in one list and match them with the numbers in the other list.
What's the best way to do this?

Thanks in advance for any help.
 
Reply With Quote
 
 
 
 
Hutch
Guest
Posts: n/a
 
      18th Jun 2008
I am not sure what you are trying to accomplish exactly when you say match
them. However, you can trim down the longer one by using the MID() forumla
and picking the string of digits out in the middle that you want.

"martinbarnes" wrote:

> I have a list of 19-digit account numbers, like such:
>
> 1205000458476190000
>
> I also have a list of 20-digit account numbers, like such:
>
> 01205000458476194300
>
> The above examples belong to the same account - that is, they are the same
> account number. They simply differ by 1 leading zero and the last 4 digits
> ("0000" in the first, "4300" in the second). I need to take all the account
> numbers in one list and match them with the numbers in the other list.
> What's the best way to do this?
>
> Thanks in advance for any help.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: HELP! how to match table Field data with listbox data in form Piet Linden Microsoft Access Queries 0 3rd Jun 2009 04:15 AM
Match data, count data and report to diffrent sheet. George W. W. Microsoft Excel Misc 7 2nd Mar 2009 02:54 AM
Cross match data in Col A v/s Col B and display match in Col 3 aquaflow Microsoft Excel Misc 3 10th Jul 2008 05:07 PM
index,match,match on un-sorted data Brisbane Rob Microsoft Excel Worksheet Functions 3 24th Sep 2005 10:04 PM
The match and lookup functions can find literal data but not the same data referenced from a cell Jeff Melvaine Microsoft Excel Misc 3 30th Apr 2005 01:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:36 AM.