Find if there is a matching number in another column

  • Thread starter Thread starter Xhawk57
  • Start date Start date
X

Xhawk57

is there a way to take two sets of data and mark a third column when the
number from the fist column has a match anywhere in the set (range) of data
for the other column?

for instance i have 3 columns

A B C
1 9
3
9
4

is there a formula that would return a marker in column C by asking the
question "if B1 = any number in column A return an "X""?
 
Maaybe

=IF(COUNTIF($A$1:$A$50,B1)>0,"X","")

Drag down as required

Mike
 

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