Lookup a value that matches a key in one column then apply that as a key to return a value from a third column
问题 I have values in columns G and N that have the same values, but not in the same order, so if column G and N matches, then return column L to column A. I am getting the wrong values from column L in column A. What other information is needed besides formula below? =IFERROR(VLOOKUP(N2,$G$2:$N$413,6,FALSE),"") Col a Col b Col G Col L Col M Col N ID CoID Items ItemsID ParentID Items1 45 1 Apple 45 1 Apple 回答1: Since you are trying to find the ColumnL value in the same row as you find the ColumnN