Entering edit mode
2.8 years ago
Michael
▴
10
I currently have two .csv files that look like this:
File 1:
File 2:
I would like to merge and align the two .csvs such that the result each row of File 1 is aligned by its "result" cell, against any of the three "outcome" columns in File 2, leaving blanks or "NA"s if there are no similarities.
Ideally, would look like this:
Any help would be very much appreciated.
Please don't post images of the data.
Result
(from File1) andOutcome
( from long formatted File2, a column in which all outcomes are stored)I have created a new post with the data now shown as code instead of images.