Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

sheetA.range("A2")=sheetB.range("B10") function in excel

szwangw
6 - Meteoroid

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? 

 

 

 

2 REPLIES 2
JordanB
Alteryx
Alteryx

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

Pic 2.png

 

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

szwangw
6 - Meteoroid

Thank you so much! It works great !!

Labels