I have 2 files.
One file has every field filled in
the other file has sporadic data, in the sporadic data file I have created 8 fields that are blank at the end of it.
I want to take my sporadic file and do a vlookup to the file with all the data and then if it exists anywhere in a specific field bring back that field and append it to the blank field. So visually.
FILE 1:
CITY
Chicago
indy
ny
FILE2:
CITY
amherst
pensacola
chicago
also on file2 a blank field called CITYMATCH
if the city in file 2 is found in file 1 then i want file 1's value to be updated on that line in the CITYMATCH field.
this would occur 7 more times for 7 other fields....each appending to their own "MATCH" field.
In the end I would have in FILE 2, blanks in the respective fields where no match but values from file one in that field if there was a match.
In file 2 this would look like this.
CITY CITYMATCH
amherst
pensacola
chicago chicago
again there would be 7 additional "MATCH" fields with the same concept
thanks for any thoughts, it's simple to do in excel, just can't figure out what tool to use in alteryx.