I have a 2 sheets with names on and i want to compare the sheets to see if there are duplicates and then in column put a yes.
Sheet 1
Column 1
Name Name
Sheet 2
Column 1 Column 2
Name Name (Yes)
Can somebody help me with this please
I have a 2 sheets with names on and i want to compare the sheets to see if there are duplicates and then in column put a yes.
Sheet 1
Column 1
Name Name
Sheet 2
Column 1 Column 2
Name Name (Yes)
Can somebody help me with this please
You can try this formula in cell B1 of Sheet2:
=IF(ISNUMBER(MATCH(A1,Sheet1A:A,0)),"Yes","")
then copy down as far as you need to.
Hope this helps.
Pete
Thats great, how do i get the "yes" on sheet 1
Put this formula in B1 of Sheet1:
=IF(ISNUMBER(MATCH(A1,Sheet2A:A,0)),"Yes","")
then copy that down.
Hope this helps.
Pete
Sorry, I missed the exclamation mark - it should be this:
=IF(ISNUMBER(MATCH(A1,Sheet2!A:A,0)),"Yes","")
Hope this helps.
Pete
Hi sorry i still get blank cells, does it matter that the name in column A sheet 1 is like this James Colman and the name in sheet 2 is James Colman
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks