L
lynn
Column A is full of names (none repeating). Column B has
names as well, and the same name MIGHT already be in
column A. I want a formula in column C that will first
look at cell B1, then search all of Column A, and either
answer YES or NO if it is found. I though an If statement
would work, but it isnt. I wrote the following -
=IF(B1=(A1:A25),"Yes","No")
However, this is only returning NO as an answer, even if
the name in B1 IS located in the range of A1:A25. Am I
doing something wrong, or does this only work for values
and not text ? Using Excel 2000, SP2
names as well, and the same name MIGHT already be in
column A. I want a formula in column C that will first
look at cell B1, then search all of Column A, and either
answer YES or NO if it is found. I though an If statement
would work, but it isnt. I wrote the following -
=IF(B1=(A1:A25),"Yes","No")
However, this is only returning NO as an answer, even if
the name in B1 IS located in the range of A1:A25. Am I
doing something wrong, or does this only work for values
and not text ? Using Excel 2000, SP2