I have the following vlookup. However, when it doesn't match any of the values from column D, then I want it to return "EACH". I tried changing FALSE to EACH but that doesn't work.
Code:
[B]=VLOOKUP(A11,’Product Database’!C2:D7,2,FALSE)[/B]