FORMULA

A

attyshane

I have a hodge-podge list of numbers and letter-number combinations. I need
excel to tell me when any of those values appear in collumns J-N . can this
be done and how?
 
D

Don Guillett

Where do you want an answer. Here or worksheet functions. In the future,
please do NOT post in more than one group as most of us who help read them
all.
 
J

joemeshuggah

this might work...assuming your list starts in column a2...

=IF((SUMPRODUCT(--($J$2:$J$65536=A2))+SUMPRODUCT(--($K$2:$K$65536=A2))+SUMPRODUCT(--($L$2:$L$65536=A2))+SUMPRODUCT(--($M$2:$M$65536=A2))+SUMPRODUCT(--($N$2:$N$65536=A2)))>0,"Yes","No")
 

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

Top