Hello All,
I am using Excel 2007 and Windows XP.
I use conditional formatting in quite a few cells in my spreadsheet to change background and font colours.
Below is an example of the 5 formulas used in CELL H176.
The Order is also as shown in this example:
- =($G$6=170)
- =IF(K176="",H176<>"")
- =IF(S176="",H176<>"")
- =MOD(ROW(),2)=1
- =MOD(ROW(),2)=0
I use "FORMAT PAINTER" to copy the formatting into other cells.
Example cells H177 to cells H181.
What happens is, firstly, the order of the conditional formatting rules is changed to as follows:
4)
5)
1)
2)
3)
Secondly, the first formula should change so as the number 170 in**$G$6=170**is incremented by one for each higher cell it is pasted into.
This does not happen. The number always stays at 170.
If I remove the dollar signs from the formula, G6 changes to G7, G8 etc.
G6 must always remain G6 no matter which cell number I copy it to.The Values of Formulas 2 & 3 change as necessary, no problem.I also have 3 conditional formats in each of cells B7, C7 and D7 B7 C7 D71) =(B7+21<TODAY()) =(C7+21<TODAY()) =(D7+21<TODAY())2) =MOD(ROW(),2)=1 =MOD(ROW(),2)=1 =MOD(ROW(),2)=13) =MOD(ROW(),2)=0 =MOD(ROW(),2)=0 =MOD(ROW(),2)=0 When I copy these to e.g. cells B8, C8 and D8 the order of the conditional formats also change as follows:The 3 formats from Cell B7 change from 1,2,3 to2,3,1 when copied toB8The 3 formats from Cell C7 change from 1,2,3 to2,1,3 when copied toC8The 3 formats from Cell D7 DO NOT change order. They remain as 1,2,3 when copied to C8I seems they behave differently when I copy to colums as to when I copy across in rows.I have tried everything I can think of. The only option I have at present is to go into each cell's "Conditional Rules Manager" and Change the orders and values manually. This is not only time consuming but utterly boring and disheartening.Last but not least, If a cell has 3 rules in it and I paste the whole five rules from another cell, the existing rules are duplicated so that instead of 5 rules I end up with 8 rules although 3 of them are duplicates!If anyone can tell me how to overcome these problems they would surely save my sanity.Thanks in advanceMaltese Falcon