We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Replicate VLOOKUP against Index Number

Andrew_Seaman
6 - Meteoroid

I am attempting to replicate the following process from Excel into Alteryx:

 

Table_1:

 

Andrew_Seaman_0-1614382878368.png

Table_2:

Andrew_Seaman_1-1614382898117.png

 

Join/Lookup I need to replicate:

 

Andrew_Seaman_2-1614382920998.png

 

Essentially the Key get's replicated using the VLOOKUP, but I am unsure how to do this in Alteryx I tried using the JOIN/APPEND Tools so far.

 

3 REPLIES 3
Emil_Kos
17 - Castor
17 - Castor

Hi @Andrew_Seaman,

 

This is one solution that you can use:

 

Emil_Kos_0-1614383776472.png

The only difference is the output for the empty position it will just stay empty instead of 0

 

Emil_Kos_1-1614383802137.png

To my best knowledge, you cannot use approximately join as in the vlookup. My approach was to create a row for each of the value of the index. 

Tyro_abc
11 - Bolide

Hi @Andrew_Seaman 

Try this..

arundhuti726_0-1614385413739.png

 

Tyro_abc
11 - Bolide

Hi @Andrew_Seaman 

You can try this...

arundhuti726_0-1614386250115.png

 Best Regards 

Arundhuti

Labels
Top Solution Authors