Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Conditional IF statement ,"Not Assigned"

Kinetic_analytics
11 - Bolide

I cannot figure out the following conditional function in formula. 

 

=IFERROR(VLOOKUP(X2, Task List Report - Active  Template.xlsx]ALL Active Tasks'!$E:$T,16,FALSE),IFERROR(VLOOKUP(X2, Completed Cases Detail'!$E:$P,12,FALSE),"Not Assigned"))

 

Appreciate your help.

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

HEy @Kinetic_analytics ,

 

1. VLOOKUP(X2, Task List Report - Active  Template.xlsx]ALL Active Tasks'!$E:$T,16,FALSE)

2. If you have an error in the previous, do VLOOKUP(X2, Completed Cases Detail'!$E:$P,12,FALSE)

3. If you have an error also, then write "Not Assigned"

 

 

Best,

Fernando Vizcaino

Labels
Top Solution Authors