jassybun
Member
Hey guys! I want this formula to only specify "Duplicate" on all other instances of the duplicate except for the first one. Right now it is showing all instances.
=IF(COUNTIF(W:W,W14)>1,"Duplicate","")
so it would show
1234....... (blank)
1234....... Duplicate
1236........(blank)
INSTEAD of what it is doing now:
1234....... Duplicate
1234....... Duplicate
1236........(blank)
=IF(COUNTIF(W:W,W14)>1,"Duplicate","")
so it would show
1234....... (blank)
1234....... Duplicate
1236........(blank)
INSTEAD of what it is doing now:
1234....... Duplicate
1234....... Duplicate
1236........(blank)