Gene,
The following is a string from "Conditional Formatting when Overtyyping a Function" from 12/2/03 in this newsgroup. Hopefully it is what you are looking for:
------------------------------------------------------------
Is there a way to use conditional formatting to shade a cell background if a
user overtypes a formula that already exists in a cell ?
In case I'm not being clear, I have to enter a figure in A1, calculation
results are then shown in B1 and C1. However if those calculations do not
match other information already given to me then I am manually overtyping
the field and then clicking on the fill colour icon to notify myself that it
is an overwrite. Can this be done automatically ? if not with Conditional
formatting then could anyone point me in the direction of a UDF for this
sort of thing.
Many thanks
Harry
----------------------------------------------------------------------
Harry,
I think I found a way to do this. My example has numbers in A1 and B1 with the formula =A1*B1 in cell C1.
The condition is "Formula is" =A1*B1<>C1
Replace A1*B1 with your formula, and C1 with the reference of the cell containing your formula. This way if the calculated value of the formula does not equal the value in the cell, the conditional format will be applied.
Good Luck,
Mark Graesser
(e-mail address removed)
----- gene wrote: -----
I need to be able to have a cell report (e.g.,
conditional formatting) whether its contents are a
constant value or is a calculation/formula.
Without stepping through each cell! ;-)
I can't find a function that will report this fundamental
difference ... nor an option (other than Tools->Options-
Ideally, a simple toggle would let me see (didn't 1-2-3
do that?)
thanks