Hello,
I am trying to use find and replace tool with append field settings to do a vlookup between 2 columns of different files and create a 3rd column to populate corresponding values.
Like: Column 1 of 1 file contains 123456, 234543 etc.
Column 10 of 2nd file contains again similar numbers, some common, some different.
Column 15 of 2nd file contains Names corresponding to that column 10.
So, Column 1 and column 10 of 2 files need to match and corresponding name must be appended in 3rd column.
Was working fine for other columns, but giving all null values in above use case even when matching data is there and names are there.