Hi!
I am trying to recreate the excel function; ISERROR VLOOKUP in Alteryx. The formula that I am trying to re-create looks like this: =IF(ISERROR(VLOOKUP(G2,'FIS Matrix'!G:H,2,0)),0,(VLOOKUP(G2,'FIS Matrix'!G:H,2,0))) . The formula is searching for entries in column G in the tab FIS Matrix that match entries in column G of the current sheet and returning the value found in column H of FIS Matrix. If the value is not found, "0" will be the return, instead of the #NA error.
Is there anyway to recreate this in Alteryx?
Any help is appreciated! Thanks!