Check the formula in CF.
Might be that Excel helped you out...not......by placing $ signs around the cell
reference.
i.e. $A$4 instead of A4 which you should have.
It is easiest when doing this to select all the cells first then enter the
formula in CF rather than painting around after.
Gord Dibben MS Excel MVP
On 22 Feb 2007 15:04:53 -0800,
(E-Mail Removed) wrote:
>Ok, that formula works great! Thanks.
>
>Now how do I copy just the conditional highlighting formula around to
>the other cells in my table? When I use the Format Painter the cells
>which are effected by the conditional highlighting change as expected,
>but the formula itself doesn't change. For example, I set up the
>formula for cell A4 (the formula is =ISERROR(VLOOKUP(A4;CheckList;
>1;FALSE))) then copy the formatting to cell A5 but the formula stays
>the same (still referencing cell A4). My tabe is too big to update
>these formulas manually! Any more hints?