Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match data then comapre and return new data | Excel Worksheet Functions | |||
Match data in 2 columns and return data from 3rd column | Excel Worksheet Functions | |||
Find, Match data and paste data between two workbooks | Excel Discussion (Misc queries) | |||
index,match,match on un-sorted data | Excel Worksheet Functions | |||
The match and lookup functions can find literal data but not the same data referenced from a cell | Excel Discussion (Misc queries) |