![]() |
Identifying matched cell values
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 |
Identifying matched cell values
Hi.
In cell C1 enter =if(A1=B1,"Matched","Unmatched") "TrevorB" wrote: 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 |
Identifying matched cell values
=A1=B1
"TrevorB" wrote: 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 |
Identifying matched cell values
Try: =A1=B1 copied down. (this gives TRUE/FALSE) -- NBVC Where there is a will there are many ways. ------------------------------------------------------------------------ NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=51104 |
Identifying matched cell values
I suggest =Exact(ref1, ref2)
This returns a true or false "TrevorB" wrote: 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 |
All times are GMT +1. The time now is 05:42 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com