Hello, Please, I would like a bit of help in sorting/organizing data. I have a big data set with values organized in the following way:
ID NAME1 PERSON_#1 NAME2 PERSON_#2 NAME3 PERSON_#3 ....
1 A 1 H 3 M 2
2 B 1 I 2 N 5
3 C 3 J 1 O 5 ...
And for each observation ID (raws), I need to check if the person 1, 2, 3, etc has the correct name compared with another dataset that is actually sorted in each ID by numerical order )=(for example in ID 1, is NAME1=1, NAME2=M, NAME3=H..)...
I was using VLOOKUP in excel to compare both data sets, but I need first to organize each ID in such a way that I can match both data sets... I don't know if I am explaining it clearly...
Thank you!!,
ANTO.
ID NAME1 PERSON_#1 NAME2 PERSON_#2 NAME3 PERSON_#3 ....
1 A 1 H 3 M 2
2 B 1 I 2 N 5
3 C 3 J 1 O 5 ...
And for each observation ID (raws), I need to check if the person 1, 2, 3, etc has the correct name compared with another dataset that is actually sorted in each ID by numerical order )=(for example in ID 1, is NAME1=1, NAME2=M, NAME3=H..)...
I was using VLOOKUP in excel to compare both data sets, but I need first to organize each ID in such a way that I can match both data sets... I don't know if I am explaining it clearly...
Thank you!!,
ANTO.
Comment