Got a problem need to check three logics with ISERROR (to check data on two different sheets and checking if one for negative value.
I'm not sure if I can use an OR statement to combine all three queries.
=IF(OR((ISERROR(VLOOKUP($A1,Sheet1!$1:$4600,2,FALSE)),ISERROR(VLOOKUP($A1,Sheet2!$1:$4600,2,FALSE)),VLOOKUP($A1,Sheet1!$1:$4600,2,FALSE)<0)),0,PERFORM SOME CALCULATION)))
I'm not sure if I can use an OR statement to combine all three queries.
=IF(OR((ISERROR(VLOOKUP($A1,Sheet1!$1:$4600,2,FALSE)),ISERROR(VLOOKUP($A1,Sheet2!$1:$4600,2,FALSE)),VLOOKUP($A1,Sheet1!$1:$4600,2,FALSE)<0)),0,PERFORM SOME CALCULATION)))
Last edited: