View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mangesh Yadav[_4_] Mangesh Yadav[_4_] is offline
external usenet poster
 
Posts: 101
Default Highlight wrong entries in SuDoKu

Try something like:

IsFormula
=AND(COUNTIF($A$1:$A$9,A3)<1,A1<"")


Mangesh



"Soniya" wrote in message
oups.com...
Hi All,

Is there a way that we can use conditional formating to highlight wrong
entries in a SuDoKu?

thanks