Hi Alteryx Community,
I need help to find and replace a value in a given column.
Sheet1:

Sheet2:

I want to pick a row from "PLACE" column in Sheet 1 and lookup in "VALUE" column in Sheet 2. If an exact match is found (in any given order), then replace that with "NAME" column from Sheet 1 and leave the extra records as is. I tried doing this with find and replace tool. But there are couple of things that I observed. If there is a mismatch in the order, it is leaving those records. The required output is in Column "Expected Output". And the total count of replaced records here is 8, whereas I am getting 4. Out of which the highlighted 4th row is also an error since it is replacing only those in same order and leaving the others.

Thank you very much for any recommendation.