A solução abaixo foi postada no StackOverflow por Scott Craner para o mesmo question (postado lá porque não havia resposta de trabalho aqui):
Use this formula:
=NOT(AND(A2=OFFSET(A2,COUNTIF($A2:$A$82,A2)-1,0),A2=OFFSET(A2,-(COUNTIF($A$2:$A2,A2)-1),0)))
If changing the range then make sure to pay attention to what is marked as absolute and relative.
Resposta da fonte Realçar duplicados não Próximo um ao outro usando formatação condicional Scott Craner