Here is my scenario.
I have 4 columns of part numbers that I need to cross check against a table, and then return the last column from the table if it finds a match.
I could just do 4 seperate VLOOKUPS for each column, but I'm wondering if there is formula that will allow the lookup value to be a1 first, if it doesn't find a match, make B1 the lookup value, if that doesn't find a match make C1 the lookup value and so on. In the end if nothing returns a match I will know that no part in the 4 columns was found in my data table. If it does find a match, it will return the column index I'm looking for from my data table.
Any help is appreciated.
I have 4 columns of part numbers that I need to cross check against a table, and then return the last column from the table if it finds a match.
I could just do 4 seperate VLOOKUPS for each column, but I'm wondering if there is formula that will allow the lookup value to be a1 first, if it doesn't find a match, make B1 the lookup value, if that doesn't find a match make C1 the lookup value and so on. In the end if nothing returns a match I will know that no part in the 4 columns was found in my data table. If it does find a match, it will return the column index I'm looking for from my data table.
Any help is appreciated.