Hello All,
I have two lists, I need to match these two lists through their texts? is this possible?
If one part of text is found in another text , we need to take these two cells as matching values.
The reason for doing this is the first list is mapping to some ids and the second list is mapped to a different id. I have to find for the first id from first list the matching id from the second list.
As long as some part of the text is found in second list we can consider the ids as match.
For Example if the first list has the word bank and the second list has bank of Commercial, these two cells should be considered as match. The texts for these two cells can be anything and any length but as long as the first and second has only on word common, for my project, they are considered match.
Is there any way to take care of this task without using VBA code? Please advise.
Regards,
GN0001
I have two lists, I need to match these two lists through their texts? is this possible?
If one part of text is found in another text , we need to take these two cells as matching values.
The reason for doing this is the first list is mapping to some ids and the second list is mapped to a different id. I have to find for the first id from first list the matching id from the second list.
As long as some part of the text is found in second list we can consider the ids as match.
For Example if the first list has the word bank and the second list has bank of Commercial, these two cells should be considered as match. The texts for these two cells can be anything and any length but as long as the first and second has only on word common, for my project, they are considered match.
Is there any way to take care of this task without using VBA code? Please advise.
Regards,
GN0001