J
Jean
I'm getting closer to an answer, but I still don't have
it because I'm asking this so poorly. Take ALL the
numbers in Column B and find a match in Column A. I need
a formula in Column D that would determine if any number
in B matches any number in A. If there is a match, there
has to be a 1 in Column C for the match in Column A, not
Column B.
A B C D
765 765 1
768 768 2
770 768 1
768 770 2
765 771 2
I was given the following helpful information, but it
won't work for the very first one. The first one would
be FALSE because of this.
Hi:
=AND(NOT(ISNA(MATCH(B1,A:A,0))),C1=1)
Copy down.
Regards,
Vasant.
it because I'm asking this so poorly. Take ALL the
numbers in Column B and find a match in Column A. I need
a formula in Column D that would determine if any number
in B matches any number in A. If there is a match, there
has to be a 1 in Column C for the match in Column A, not
Column B.
A B C D
765 765 1
768 768 2
770 768 1
768 770 2
765 771 2
I was given the following helpful information, but it
won't work for the very first one. The first one would
be FALSE because of this.
Hi:
=AND(NOT(ISNA(MATCH(B1,A:A,0))),C1=1)
Copy down.
Regards,
Vasant.