> I'm not sure this is a conditional formatting issue.
>
[quoted text clipped - 17 lines]
>
> HTH
re: -do we have to make a whole calendar of the complete year or only
the first of
the month-,
No, just the first of every month. The cell that contains this entry
is then referenced in your formula throughout that month's entry thus:
=IF(TODAY()>=DATE(YEAR(*A1*),MONTH(*A1*),13),25,"Not Yet").
You could enter the date in just one cell and reference that cell,
leaving rows below it blank until the next month, or have that date
(e.g. 10/1/2004) as an entry in every row
Then, only the required "fixed" date need be changed (the "13" in my
example) for each affected row.
If the dollar amount changes (the "25" in my example), you would then
need to modify the formula with the corrected amount. You had asked
for a "fixed" amount, not a variable amount. I assume "credits" would
be the exception, not the rule.
Good luck,

Signature
swatsp0p
dk - 12 Oct 2004 22:55 GMT
we copied (drag down) the formula to the next row down in the column but it
came up the same firgure even though we changed that date to 10/15/2004 and
we have already a charge this month by the first cell we created for today
date
=IF(TODAY()>=DATE(YEAR(D21),MONTH(D21),12),57.62+6.2,"Not Yet")
> re: -do we have to make a whole calendar of the complete year or only
> the first of
[quoted text clipped - 18 lines]
>
> Good luck,