lookup

  • Thread starter Thread starter LH
  • Start date Start date
L

LH

I need to look up one number at a time in a separate
range of numbers. I tried an IF statement but the format:

if(b2=c2:c50)"yes", "no"

This format didn't work. I even tried naming the range.
Can anyone help?
 
=IF(SUMPRODUCT(--(B2=C2:C50))>0,"yes","no")

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top