Hi Andrew

It turns out that your formula works if you change the first row to:

IF MONTH(TODAY() + 1) = MONTH(TODAY()) then

(with the 1 inside the parens)

Thanks

Steve