In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

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

Hlookup Query

PrashantJP
7 - Meteor

Hi Team,

 

Can someone please help me with the below solution?

 

There are 3 sheets in the attached excel file. Data 1, Data 2, Output in Data 2.

 

I want to process information from Data 1 and Data 2 and the output should be in Data 2 sheet as indicated in "Output in Data 2" sheet. Thanks in advance!

5 REPLIES 5
mceleavey
17 - Castor
17 - Castor

Hi @PrashantJP ,

 

this was achieved by a bit of transpose magic:

 

mceleavey_0-1621872963722.png

 

Workflow attached.

I hope this helps.

 

M.

 



Bulien

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @PrashantJP,

 

You could achieve a HLOOKUP equivalent with a transpose and join:

 

Jonathan-Sherman_0-1621872955487.png

 

I've attached my workflow for you to download if needed!

 

Kind regards,

Jonathan

atcodedog05
22 - Nova
22 - Nova

Hi @PrashantJP 

 

Here is a workflow for the task.

atcodedog05_0-1621873134926.png

 

1. Using sample tool to get last row.

2. Using transpose tool to convert rows to columns.

3. Using Find & Replace to do a Vlookup. Link 

 

Hope this helps ðŸ™‚

 

PrashantJP
7 - Meteor
Thanks a ton @mceleavey
mceleavey
17 - Castor
17 - Castor

no problem.gif



Bulien

Labels
Top Solution Authors