Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

IF ERROR

Kinetic_analytics
11 - Bolide

Helllo:

How can I transform following IFERROR VLOOKUP into Alteryx. 

 

=@IFERROR((IF(AD2<>0,VLOOKUP(AD2,'User List'!A:B,2,FALSE),VLOOKUP(Vlookup!N2,'User List'!A:B,2,FALSE))),Unknown)

 

I have attached file for data.

Instruction: Need to figure out Colum "T" of VLOOKUP sheet. 

To solve T need to consider, AB, AC,AD column formulas. 

2 REPLIES 2
Treyson
13 - Pulsar
13 - Pulsar

Iferror really works to help remove that #N/A value. Since we don't have that in Alteryx there area few ways to figure this out.

 

I think the easiest way to do this would be to have a filter tool, where you send every record where AD does not equal 0. Then apply your logic to the records coming out of the T/F sides.

 

Example Attached

 

Treyson Marks
Managing Partner
DCG Analytics
Kinetic_analytics
11 - Bolide

Thank you.

Labels
Top Solution Authors