Hi guys, I have a weird question
i have two set of data that i need to compare to make sure i have the same values in both data set, but i'm not sure how to go about it... i feel so lost and overwhelmed
first set looks like this:
[pre]
[/pre]
What would be the best way to go about comparing it? i have about 3000 rows in the first set... i was thinking about transforming the first set to look like the second one, but then i still would not know how to compare it due to the ";" value separator. And if there is an extra value ("Paris"), i would definitly want to know what is the extra value...
Would anyone be aware of what would be the best steps to do? my main concern is to at least know where the difference is. Thank you for any help you may provide!!!!!
first set looks like this:
[pre]
Code:
Column A Column B
Danny Student
Danny Bachelors
Danny France
Second set looks like this
Column A Column B
Danny Student;France;Bachelors;Paris
What would be the best way to go about comparing it? i have about 3000 rows in the first set... i was thinking about transforming the first set to look like the second one, but then i still would not know how to compare it due to the ";" value separator. And if there is an extra value ("Paris"), i would definitly want to know what is the extra value...
Would anyone be aware of what would be the best steps to do? my main concern is to at least know where the difference is. Thank you for any help you may provide!!!!!