Hi
I have the following formula but im trying to add to it so it marks duplicated entries up as "DUPLICATE" in column F. When I mean duplicate I need it just to mark the 2nd entry onwards as a duplicate and not the first one as thats correct.
Formula so far.
Any Ideas?
I have the following formula but im trying to add to it so it marks duplicated entries up as "DUPLICATE" in column F. When I mean duplicate I need it just to mark the 2nd entry onwards as a duplicate and not the first one as thats correct.
Formula so far.
VBA Code:
=IFNA(IF(E2=VLOOKUP(A2,WATFORD!A:E,5,FALSE),"OK",""),"N/A")
Any Ideas?