Excel 2007 - combination of If and vlookup formula
- by Neo
i have a cell that refer to more than 1 worksheet and display the result (value) when it found the product from the 2 sheets.
SheetA has 2 columns which column A is the value and column B is that product name, SheetB only has product name.
Below is my formula but it failed to display result of product value, instead it always display Not Found even though the product is found from the sheets, is there anything wrong with the formula ?
=IFERROR(VLOOKUP(A35,'SheetA'!A:B,1,FALSE),IFERROR(VLOOKUP(A35,'SheetB'!D19:D115,1,FALSE),"Not Found"))