Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Highlight wrong entries in SuDoKu

Hi All,

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

thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Highlight wrong entries in SuDoKu

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??

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default Highlight wrong entries in SuDoKu

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




"Soniya" wrote in message
oups.com...
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??



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Highlight wrong entries in SuDoKu

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



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Highlight wrong entries in SuDoKu

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

Regards,

Soniya wrote:
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


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default Highlight wrong entries in SuDoKu

get it from here....
http://www.andypope.info/fun/sudoku.htm

  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Highlight wrong entries in SuDoKu

Thank you Soniya.
Regards,

Soniya wrote:
get it from here....
http://www.andypope.info/fun/sudoku.htm


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 101
Default Highlight wrong entries in SuDoKu

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



"Soniya" wrote in message
oups.com...
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



  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Highlight wrong entries in SuDoKu

Effective and simple - just brilliant.

Thanks, Chris

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Highlight duplicate entries matching 2 criteria in another workshe RS Excel Worksheet Functions 12 March 15th 07 02:17 PM
How to highlight duplicate entries? Kimbor Excel Discussion (Misc queries) 3 August 15th 06 08:39 PM
Highlight repeat entries BER Excel Discussion (Misc queries) 5 July 17th 06 01:14 PM
highlight duplicate entries Baylee Excel Discussion (Misc queries) 2 January 13th 06 07:26 PM
Highlight Range - wrong macro, please edit. Danny Excel Worksheet Functions 8 October 19th 05 11:11 PM


All times are GMT +1. The time now is 08:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"