Would like to correct the first conditional formula to:
=AND(A1<>0,A1<0.5)
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
Select A1, then
<Format. <ConditionalFormat>
Expand the first window, and click "Formula Is"
In the next window enter,
=AND(A1>0,A1<0.5)
Then click on the <Format> button, <Patterns> tab,
Click a blue you like, then <OK>
Now, click <Add>
Leave the first window "CellValueIs",
Expand the next window and choose "Greater Then"
Enter 0.5 in the third window.
Then click on the <Format> button, <Patterns> tab,
Click a red you like, then <OK> <OK>.
Just a comment.
You have not chosen any format if the cell is *exactly* 0.5 !
You can now click A1,and drag down to copy as needed.
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
I've tried and I can't get it to work.
----- Ken Wright wrote: -----
Format / Conditional Formatting - Put in the two conditions and choose
the two
results you want to occur when each condition is true.
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03
-----------------------------------------------------------------------
-----
It's easier to beg forgiveness than ask permission
![Smile :-) :-)](/styles/default/custom/smilies/smile.gif)
-----------------------------------------------------------------------
-----
Deb said:
Hi,
Is it possible to use an if function to color a cell? If the value of
a cell
is greater than .5 shade it red, less than .5, blue?