Formatting Problem: Circular Reasoning




Hi... new to the forum. It looks like there's lots of good stuff on
here.

Here's my question:

I'm working on a sudoku-solver and having some trouble using
conditional formatting as part of a formula. I'm familiar with using
a

+style(if(current()=0,"Green","Red))

type of of formula, but I'm having trouble working with cells whose
format depend on -eachother.- For example, I have two cells that can
both be either "." or "*" -- and I want to make the "*" cells style RED
-only- if both cells are not "*". In other words, I want the style RED
to be mutually exclusive, so that if both of the cells are "*" then the
style will be GREEN while if only one of the cells is a "*" the style
will be RED. (GREEN is the style for all "." values regardless)

My problem is that when I initiate the formula as...

=...+style(if(current()=E24,"Green","Red))

(where E24 is the 'other' cell)

...then it turns into a circular reasoning problem. If I install the
formula in both cells then it "works" first in whichever cell loads
first. It ends up making that cell RED when both cells have a value of
"*". If I reload the formula from the other cell the formatting
switches but never gets it right.

Does anyone have familiarity working with problems of circular
reasoning in excel or in programming? Or any ideas about how to have
current cell values influence formatting between -eachother?-

Any ideas or links to other resources would be great! Thanks!

Jake
Vail, CO

*note: I use open office calc; it's basically the same as excel as far
as I know (but free)




--
jorlowitz
.



Relevant Pages

  • Re: Copying from Excel - pasting in Publisher
    ... clue about Excel expect for simple mail merge. ... The cells are formated to "general". ... (same formatting such as merged cells, ... Publisher tables are not the same as Word tables. ...
    (microsoft.public.publisher)
  • Re: get excel to automatically add fill color
    ... > some cells to be filled with color but they werent the right cells and ... > of conditional formatting but i just cant seem to hit on it.Bob Phillips ... >> Bob Phillips ... Now I want excel to ...
    (microsoft.public.excel.programming)
  • Re: Formula to identify character formatting (bold, italic, etc)
    ... Excel 95 - Excel 2007 ... which can be used to copy and paste the formatting. ... bold, underline, italic for each of the cells in both the worksheets is ... Select all the cells of one sheet, press Ctrl-C to copy them, then select ...
    (microsoft.public.excel.worksheet.functions)
  • Re: require cell completion in a form?
    ... Choose Format>Conditional Formatting ... > the machine I'm on uses Excel 2002, and most of the users are on Excel ... > up leaving one or both of these cells blank. ... > Ignore Blank unselected in the data validation menu, and a warning set ...
    (microsoft.public.excel)
  • Re: .Formula = .Formula breaks End method
    ... coercion of datatypes and the fact that an empty string is not Null. ... More Power In Excel ... and then only if the cells had been formatted as text. ... Even if I protect the formatting, ...
    (microsoft.public.excel)