Compare one cell to another

  • Thread starter Thread starter bbrodsky
  • Start date Start date
B

bbrodsky

I have two colums of numbers. They are sorted in decending order. I need to
match the numbers and find out if there are any non-matching numbers in
either colum.
 
I'd use a formula in another column.

Say in B1:
=isnumber(match(a1,c:c,0))
and drag down as far as column A is used.

You'll see True if there's a match anywhere in column C for the value in A1.
You'll see False if there is no match.
 

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