Compare Two Cells

J

Jim

Hello,

I would like to ask for help with a worksheet. There are two cells I need
help with. These cells list vehicle VIN Numbers. One column was reported by
hte driver, the other column was reported by the vendor.

I need a formula that will look at A1 and B1 and tell me in C1 if they are
different numbers. If hte numbers match, the cell can remain empty, but if
the cells are different I would like to return some indicator.

Thanks in advance for hte help.
Jim
 
D

Dave O

You might try this formula:
=IF(A1=B1,"match","mismatch")

....then copy and paste that formula over the rest of the range.

The English translation is: Compare the entry in A1 to the entry in
B1. If the match, return the word "match". If they do not match,
return the word "mismatch".

Dave O
Eschew obfuscation
 

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