I am trying to update a cell with Vlookup and Write cell in excel application scope it says range doesn’t exist.
Here i wanted to update the cells where the value is blank or #n/a using IF(ISNA) formula.
Please find my xaml attached and let me know what is wrong with the workflow.
Try this "=IF(ISNA(VLOOKUP(BA"+RowIndex.ToString+",Sheet2!A:E,3,0)),VLOOKUP(BD"+RowIndex.ToString+",Sheet2!B:E,2,0),VLOOKUP(BA"+RowIndex.ToString+",Sheet2!A:E,3,0))"