Identifying matched cell values

  • Thread starter Thread starter TrevorB
  • Start date Start date
T

TrevorB

I have a sheet set out like the following:

A B C
1 9 9
2 6 3
3 4 4

I want C to show if values are matched i.e. "matched" or "unmatched" (True
or false would be okay). In the above example C1 would show "matched", C2
would be "not matched", C3 would be "matched"

What would I need to do show this ? Ive tried playing with the IF function
but cant pin it down. Any help gratefully received.

Thanks
 
Back
Top