Hi guys,
I am currently in a very sticky place, I want to go through 50,000 records and find records in the same column that have a similar value so that I can change them to one universal value, now I can do this manually but it will take we a LONG while to do so is there a quicker way for me to achieve this. Below is an example of what I would like to achieve:
# Product Name
1 Apples
2 Bananas
3 The Apples
4 Oranges
5 The Apple
6 One Banana
Now find simiral values and display them to me so I can pick an approproate similar name.
1 Apples,
3 The Apples,
5 The Apple
4 Bananas,
6 One Banana
If you need more clarification, please let me know.
Hope to hear soon,
J
I am currently in a very sticky place, I want to go through 50,000 records and find records in the same column that have a similar value so that I can change them to one universal value, now I can do this manually but it will take we a LONG while to do so is there a quicker way for me to achieve this. Below is an example of what I would like to achieve:
# Product Name
1 Apples
2 Bananas
3 The Apples
4 Oranges
5 The Apple
6 One Banana
Now find simiral values and display them to me so I can pick an approproate similar name.
1 Apples,
3 The Apples,
5 The Apple
4 Bananas,
6 One Banana
If you need more clarification, please let me know.
Hope to hear soon,
J