I have two tables A & B , if I need to use B table B10 into A table A2 , if it in excel file, it will be sheetA.range("A2")=sheetB.range("B10"), what should I do in alteryx?
Solved! Go to Solution.
Hi @szwangw
Not exactly sure what you want to achieve here however you can read in named ranges into Alteryx from Excel.
Input tool layout within the SQL Editor
Once you have read each cell using two input tools, you can then use a join tool on those datasets. If they equal one another the results will then be in the 'J' node. If they do not they will be in the 'L' and 'R' nodes respectively.
I have attached a workflow which shows this method (Built in Alteryx Designer 10.6). My sample cells were A2 from Book1 and B3 from Book2
Best,
Jordan Barker
Solutions Consultant
Thank you so much! It works great !!