Hello and I'm in need of some help
Not sure how to word it to make sense, som I'm doing it with an example.
Below is my data set, they are independent of each other, as in different lengths and locations.
And this is what I want my final list to look like.
Is there any hope to get this to work?
Sorry if vague description, happy to provide more info if it helps, just don't know what I'd need to say
Not sure how to word it to make sense, som I'm doing it with an example.
Below is my data set, they are independent of each other, as in different lengths and locations.
Model grp. | Model | Unique id | Prt.lst. | Model grp. | |
1ab | Red | 1ab1 | aa 1ab bb | 1ab | |
1ab | Blue | 1ab2 | aa 1ab bb | 1ab | |
1ab | Green | 1ab3 | aa 1ab bb | 1ab | |
2ab | Blue | 2ab | aa 2ab bb | 2ab | |
3ab | Red | 3ab1 | aa 3ab bb | 3ab | |
3ab | Orange | 3ab2 | aa 3ab bb | 3ab |
And this is what I want my final list to look like.
Prt.lst. | Model grp | Model |
aa 1ab bb | 1ab | Red |
aa 1ab bb | 1ab | Blue |
aa 1ab bb | 1ab | Green |
aa 2ab bb | 2ab | Blue |
aa 3ab bb | 3ab | Red |
aa 3ab bb | 3ab | Orange |
Is there any hope to get this to work?
Sorry if vague description, happy to provide more info if it helps, just don't know what I'd need to say