define a name for your accepted names range say "nameslist"(use insert/name/define/refers to
='Accepted Names'!$A$2:$A$9)
then cf condition 1 formula is
=MATCH(A2,nameslist,0)
green
condition 2
=ISNA(MATCH(A2,nameslist,0))
red
warning i see from your example that some names arnt the same length
so use trim
=MATCH(TRIM(A3),TRIM(nameslist),0)
Bookmarks