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.

IF and VLOOKUP

denisstravs
7 - Meteor

Hi, I would like to ask how to write below formula in Alteryx workflow.

 

I have two different Excels and one common indicator in both Excels. So if cell in collum K empty the Alter should take data from other Excel with common indicator which is in the first column (column A) and export the relavant commnon data from second column to new Excel.

 

=IF(K7="";VLOOKUP(A7;Table1;2;FALSE);DATA!K7)

 

Thank you. 

2 REPLIES 2
AngelosPachis
16 - Nebula

Hi @denisstravs ,

 

Can you attach some mock data please of the two excels?

 

Thanks,

Angelos

AngelosPachis
16 - Nebula

Hi @denisstravs ,

 

I've tried to mock something up for you. The two inputs that feed into the Find & Replace tool are your two different sheets

 

AngelosPachis_0-1647869494980.png

 

Let me know if that worked for you.

 

Cheers,

Angelos

Labels
Top Solution Authors