Re: Changing font color when goal is reached

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Yep definitely meant an AND. I had never thought of it, but I suppose the
AND would return the 1 for you.



--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!


"-Bryan" wrote:

Thanks guys, I fiddled around with the additional formatting rules and got
what I wanted using a variation of your formula (=and(a1<=h1+4).

I do have another question, I found the little symbols(flags, stop lights,
etc.), but it won't let me use them unless I use their pre-existing rules.
Using formulas, I can only change the basic cell formatting. Is there a way
to apply the icons and still use formulas for formatting? I'm trying to use a
green flag for any value <=standard+4, yellow flag for >standard+4,
<=Standard+10 and red flag for >=standard+11

"David Biddulph" wrote:

Firstly, I think you intended to say AND, not OR. [With OR, the condition
would always be satisfied.]
Secondly you don't need the IF.

Try
=AND(A1>=.96*$H1,A1<=1.04*$H1)
--
David Biddulph

"BlueWolverine" <BlueWolverine@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FBFA3CC4-CFBF-4F14-AACE-AA9486574430@xxxxxxxxxxxxxxxx
For Excel 2003

Select the cells you care about (A1 to G1).
Go to Format --> Conditional Formatting.
change the deafult from "Cell Value is" to "Formula is"

the formula you want is going to be
=if(OR(A1>=.96*$H1,A1<=1.04*$H1),1,0)
Then go into the Format button and change the settings so that the format
is
what you want it to look like when the value hits +/- 4%.

hit ok and it should go.

YOu can add up to 3 conditions in Excel 2003.

You can do SO much more with EXCEL 2007 it's unbelievable but I don't have
it in front of me and I don't have it memorized.
Good Luck,

--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!


"-Bryan" wrote:

I have created a form to track moisture content in a material. Depending
upon
the material, a different standard is set, and when the moisture content
reaches within 4 points of the standard, the job is done.

Readings are entered daily in a row, and the standard is entered at the
end
of the row. Is there a way to have the font color change when the data
entered is +/- 4 points of the standard?

Basically, the daily readings are input in A1,B1,C1...G1, and the
standard
is entered in H1



.



Relevant Pages

  • Re: advance="no" not portable
    ... formatting, and you have found *EXACTLY* the reason why not. ... The standard allows a compiler is allowed to start new records quite ... diagnosing problems. ...
    (comp.lang.fortran)
  • Re: backspace error (reading file from the end)
    ... using list-directed or namelist formatting. ... That's an "interesting" restriction in the standard. ... The fact that some implementations disallow backspace on some files ...
    (comp.lang.fortran)
  • Re: reading config file
    ... would be in accordance with the standard. ... explicit formatting as opposed to list-directed formating. ... is something that Richard predicted, ... When using "config files", sooner or later one is tempted to add string ...
    (comp.lang.fortran)
  • Re: casting
    ... If that were the case, and I'm not saying that it is or isn't, ... use of "implementation defined behaviou" could lead to formatting of ... our hard drives? ... These terms are all defined in section 3 of the standard. ...
    (comp.lang.c)
  • Re: conditional formatting max
    ... If you're using xl2003 and below and conditional formatting, ... "Dave Peterson" wrote: ... For example for Phil it would be 98.16, for Mech it would be ...
    (microsoft.public.excel.misc)