Before filling the cells down, check to make sure that the conditional formatting is not using absolute references (i.e., $A$1 should be changed to A1). This sounds like your problem, if not let me know and I'll try and help out more.
Barrie.
:Barrie
Barrie; I tried that and the number changed from red (which it should be) to green, and then I tried to fill down but it only kept the same cell as the original cell.
Al,
Please forgive me if this insults your intelligence, but you ARE using the Paint Brush icon to copy the format, right?
Kevin
Kevin; I cannot even find the paint brush, I just found out that is what I was to use when performing this function. How do I find It???
Thanks Al.
Try copying cell A1, selecting the range you want conditionally formatted, and then Edit|PasteSpecial|Formats (from the menu bar).
This should do the trick for you.
Barrie
Kevin; I found the paint brush but to no avail, even when using the paint brush to copy the format the values in conditional formatting remain the same as the original conditional formatted cell. Al Polan
Lets say you have the following data, occupying a1:b4.
{1,2;2,6;4,3;5,5}
Activate cell A1, activate Format|Conditional Formatting. Choose for Condition 1 Formula Is and type: =A1>B1 then activate Format button and select Red on Font tab.
Activate Add button, Choose for Condition 2 Formula Is and type: =A1 < B1 then activate Format button and select Green on Font tab.
Activate Add button, Choose for Condition 3 Formula Is and type:
=A1=B1 then activate Format button and select Blue on Font tab.
Click OK. While still in A1, go to the Icon bar and hit the Format Painter icon. Now select the cells A2 to A4.
Hope this helps.
Aladin
Aladin; Thank you very much it worked perfectly.