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.

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