Alteryx Designer Desktop Discussions

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

iferror(vlookup...) replacement

SArielle
7 - Meteor

Hi All, 

 

I got a question about how I can achieve the similar output of an excel to "iferror(vlookup(a1,[vlookup table],1,0),"N").

 

Sample data as follows :-

a. List of 6 invoices

Invoice
22009969
22009965
22009977
22009952
22009985
22009963

 

b. vlookup to list of 3 invoices

InvoiceOffset
22009965Y
22009952Y
22009985Y

 

c. expected results 

InvoiceOffset
22009969N
22009965Y
22009977N
22009952Y
22009985Y
22009963N

 

I tried join but it will only return me with 3 invoices. Any insights to how to achieve that will be appreciated!

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @SArielle,

 

This should achive it: 

FrederikE_0-1685430360179.png

 

RSreeSurya
9 - Comet

Hi,

 

Attaching the sample workflow.

 

Output of the Workflow:

RSreeSurya_0-1685430354362.png

 

Qiu
21 - Polaris
21 - Polaris

@SArielle 
A Find and Replace Tool can do work also.

0530-SArielle.PNG

Labels