Hello Commmunity,
I have two JMP tables where each row represents a person, including age, sex and area, but no unique ID.
Table 1 has columns: Age Sex Area and columns with info A B C
Table 1 has columns: Age Sex Area and columns with info X Y Z
I need a table where rows with A B C are added to those with X Y Z.
Is it possible to merge the two based on rows with identical combos of Age Sex and Area? If so, how do I do this?
Thanks!