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.