Hello. I have 2 sets of data, each with a list, whereby the 'emu list' is a source list of files I have searched for on servers. The 'results' list is the data about which files from the emu list have been located on servers, with associated data such as the file path.
In Excel I would usually use a formula like =IF(ISERROR(VLOOKUP(A2,$B$1:$B$10, 1, FALSE)),FALSE,TRUE ) to determine which of the files in the emu list (col A) are in the results list (col
i.e. which I have located.
I want to replicate this in Alteryx and have 2 output files - 1 with the TRUE matches (emu list files have been found) and one with the FALSE matches (emu list files were not found), with the output files to include all of the other columns i.e. B-C in the combined example below.
I have included some sample files: 'A- true match example combined' has the data combined onto one workbook. The 2 B files are the same data in separate files.
I would very much appreciate your help on this. I have tried using Join but am still learning!
Thanks
Steph