I would appreciate some help with a VLOOKUP syntax issue
I am trying to add another condition (OR) to my existing formula
The formula below works correctly
=IFERROR(VLOOKUP(H9,Table!A:W,23,FALSE),"")
I want to expand it to look at both H9 or F9.
Is there a way of doing this? I searched the internet and could not find anything.
I am trying to add another condition (OR) to my existing formula
The formula below works correctly
=IFERROR(VLOOKUP(H9,Table!A:W,23,FALSE),"")
I want to expand it to look at both H9 or F9.
Is there a way of doing this? I searched the internet and could not find anything.