If this formula is in cell C1 then it will return 'Yes' if the value in cell B1 is anywhere in the list contained in column A. If you want to search all of column A and not just cells 1 through 10 then use A:A for the second arguement of the VLOOKUP function. Be careful though, if you have a hundrend items in your second table then you could potentionally be doing 6,500,000 comparisons in addition to calculating the rest of your sheet.
Also, this works well for integers or Text but if your table contains any calculations your should round off to remove floating point decimals. Try comparing 12.333333333333 and 37/3 to see what I mean.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.