Highlight wrong entries in SuDoKu

  • Thread starter Thread starter Soniya
  • Start date Start date
S

Soniya

Hi All,

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

thanks
 
This formating will take only the first square of nine, but when the
sudoku is of 9x9 how ? it should look both vertival and horizontal as
well as 3x3??
 
My only idea was to give a hint.

Select A1:I1, and

Use

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

and

=AND(COUNTIF($A1:$I1,A1)<>1,A1<>"")

copy down...


Mangesh
 
I will look only one side, since when u add the second conditional
formatting the first one will be discarded since both condition apply
for the same cells.??

Thanks for your help
 
Hi Soniya,
I am also intrested in the SuDoKu in Excel. Would you mind sharing the
same once completed?

Regards,
 
Hi Soniya,

I had tried the above solution which I suggested. You need to add both the
conditions (enter first. click ADD and then enter second)

Mangesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SuDoku 1
Sudoku puzzle template 4
Excel Sudoku 1
Working with Cells on Userform 1
I have a query about loops and random numbers 2
Solving Sudoku using Excel 5
Excel Highlighting duplicates 0
Freeware: Chisai Sudoku for Windows 3

Back
Top